SimpleR
SimpleR copied to clipboard
High Performance Pure WebSocket Server Library based on SignalR
Hi! I've just found your library and this looks great from what I've seen - nice work! I'm looking to write an OCPP server and started writing my own websocket...
The following code in `WebSocketServerTransport.cs` results in some of the empty messages being skipped. ```cs // Do a 0 byte read so that idle connections don't allocate a buffer when...
Hi vadrsa, I was checking the other day implementation of `ApplicationConnectionContext`. I'm thinking of a use case where a message would need to be written to the WebSocket but for...
Hello Vadrsa. Here are some unit tests for your SimpleR project. Tests are written using [ZOMBIE ](https://www.agilealliance.org/resources/sessions/test-driven-development-guided-by-zombies/) pattern. You are free to include them in your repo if you like...