René Ederer
René Ederer
When uploading a file, the process memory usage quickly rises from ~100MB to over 1000 MB (and keeps rising). The server side function is never reached. This happens with a...
Hi, from the server, I return a boxed list ``` box [ DateTimeOffset.MinValue; DateTimeOffset.MaxValue ] ``` On the client, unboxing via ``` let datesAsList = unbox datesFromServer printfn $"datesAsList: length:...
Hi, you can replicate the error by cloning https://github.com/reneederer/maptest Basically, I created a new SAFE project from the template and changed ITodosApi in Shared.fs to ```type ITodosApi = { getTodos:...