David Fowler

Results 461 comments of David Fowler

This isn't Microsoft stuff, it's my stuff. Also it's not really a mainline scenario that's why the documentation is light. I can help if you share specifics on where you...

You can consider making a wrapping ConnectionContext that reconnects or you can do it on top with your own client API like SignalR.

> If so, why would that be preferable to option 2? Just so we can iterate on the server as fast as we do on the client? Yep. Consistent implementation...

@AndyPook there's a nuget package you can use! https://github.com/davidfowl/BedrockFramework#using-ci-builds

BTW this looks awesome and is exactly the type of thing I want to see working with bedrock!

@AndyPook I'd really appreciate it if you could provide more feedback for any methods you'd like added to `SequenceReader` to make parsing easier or anything that can be added to...

> move Protocols.WebSockets elsewhere (Bedrock.Framework.WebSockets ?) Why do you think this is important? Most of these pieces of code don't bring in any dependencies so why split it up into...

How did you close the connection? You get an exception if there's a TCP reset but not a FIN.

@juliolitwin Do you see high CPU repeatedly or do you see it once? Did you run a single performance test where clients connect and all disconnect or did you do...

I've seen similar behavior before, but mostly on the first set of disconnects. Try this: - Run in release mode - Run without logging at all (you have debug logging...