Jimmy Byrd

Results 187 comments of Jimmy Byrd

@dsyme Thanks for the fix! It looks like 6.0.6 fixes this however I'm still concerned about your statement: > Note that the bug only manifests itself for generic code producing...

So the current work around is always return what was passed into a function that uses `backgroundTask`? Something like: ```fsharp let stringy2

hmm maybe the fix you pushed isn't out on 6.0.6? Maybe i'm not comparing the right thing

I went through and did the **bare minimum** of changing Async to Jobs in Suave (https://github.com/TheAngryByrd/suave/commit/d64a4639085161c4394d841e3b1254b028470af5). However when I did a benchmark (with the same test machine form https://github.com/Krzysztof-Cieslak/Suave.Kestrel/issues/1) I...

Since this weekend I'm not traveling ill have a chance to take another crack at it.

Using dottrace, , the thing that takes the longest in Suave is TcpTransport.write method. (i know its windows only. I might try to use PrivateEye later on linux to see...

Since I know [Nowin](https://github.com/Bobris/Nowin) uses ScoketAsyncEventArgs. I quickly took it for a spin. I was able to get around `60k req/s`. on my linux machine.

@dustinmoris we're gonna start working on this if this is approved

I started playing with minicover with expecto and they added some more fsharp support here: https://github.com/lucaslorentz/minicover/pull/56 The branch I was playing with: https://github.com/TheAngryByrd/Hopac.Websockets/tree/codecov To run it call ./codecov.sh It ends...