websocket-sharp icon indicating copy to clipboard operation
websocket-sharp copied to clipboard

Support for Configuring the Timeouts

Open jogibear9988 opened this issue 10 years ago • 3 comments

Would it be possible that the timeouts could be adjusted?

jogibear9988 avatar Feb 22 '16 14:02 jogibear9988

If I create a Pull Req for this, will this be accepted?

jogibear9988 avatar Feb 24 '16 16:02 jogibear9988

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.

michaldobrodenka avatar Sep 24 '18 09:09 michaldobrodenka

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

michaldobrodenka avatar Nov 29 '18 16:11 michaldobrodenka