websocket-sharp
websocket-sharp copied to clipboard
Support for Configuring the Timeouts
Would it be possible that the timeouts could be adjusted?
If I create a Pull Req for this, will this be accepted?
I use websocket-sharp on many small servers/clients. It seems that sometimes I can get into trobules(thread pool full), becasuse some packet from connecting sequence get lost and connect takes forever. The same can be simulated in read. Tested on Mono. I will try to add timeouts.
Ok, seems that my thread pool leak problems are now resolved, I had to add timeouts. My fork with timeouts: https://github.com/michaldobrodenka/websocket-sharp