David Fowler

Results 461 comments of David Fowler

> About running the client several times, the cpu has no effect, as it does not accept any connections, it is as if the network thread / async was totally...

Can you also stop debugging? That slows things down significantly.

> @davidfowl Even though BedrockFramework using aspnetcore as a base, do you already consider the project ready for production use? Yes it's pretty solid. There are still some things I'd...

> In MyCustomProtocol in readasync, I can't get the received packet array, as in the example on the line: Not sure what you mean...

There isnt' a way to do this currently but it could be implemented as connection middleware that wraps the IDuplexPipe and stores that data in a feature. That might be...

Yes I plan to fix the TFMs as part of the MVP. https://github.com/davidfowl/BedrockFramework/issues/49

Not for the MVP, see https://github.com/davidfowl/BedrockFramework/issues/49. Feel free to suggest a design in the meantime though. It should be possible to write a transport with whats there right now.

> I think it would be useful to have a description of what these are lacking before they can be moved into the main project. The body parsers that are...

> As such, I think I'll start off with the simplest possible component that will be unarguable: An HttpHeaderReader returning a That's basically the callback approach though I don't know...