Streaming Support in WebSocket#
In my clone of the websocket-sharp project I wanted to add support for infinite streams as defined by the websocket RFC. The original project would eagerly consume any received message in order to … more
In my clone of the websocket-sharp project I wanted to add support for infinite streams as defined by the websocket RFC. The original project would eagerly consume any received message in order to … more