Ademar Gonzalez
Ademar Gonzalez
OK, the source of problem 1, the stuttering, is in the actual POC. Changing the following line in the definition of observer. ``` System.Threading.Thread.Sleep 50 ``` by ``` do! Async.Sleep...
Yeah you are right that we may be hitting a deeper problem. Following [the pattern here](https://msdn.microsoft.com/en-us/visualfsharpdocs/conceptual/async.switchtonewthread-method-%5Bfsharp%5D) I rewrote `observer` like this ``` async { while true do let mutable workers,...
@haf between this link (https://suave.io/Suave.html) is no longer pointing to the auto-generated API docs.
I thought about this once, even coded a connection manager to disconnect connections with no activity. I think it makes sense to have such a connection manager and track time...
Note that 100 mb is the default max upload size. https://github.com/SuaveIO/suave/blob/master/src/Suave/Web.fs#L94 You need to increase this value in the configuration record to handle larger files. On Feb 9, 2018 8:19...
Sorry I just realized this issue is probably a bug in the owin implementation. On Feb 10, 2018 2:43 AM, "Ademar Gonzalez" wrote: > Note that 100 mb is the...
:cake:
I like it. :+1:
At first glance I think we need to upgrade the mono version in the buildpack. https://github.com/SuaveIO/mono-script-buildpack/blob/master/bin/compile#L12
On a second though I think is time to upgrade the Heroku script to use dotnet core instead of mono.