socketio / engine.io-client-java

Engine.IO Client Library for Java
http://socketio.github.io/engine.io-client-java
Other
359 stars 167 forks source link

Fixed concurrency issue on EventThread class #108

Open TizioIncognito opened 3 years ago

TizioIncognito commented 3 years ago

Fixed concurrency issue on EventThread class. Some times the EventThread remains locked, the library can't write on socket and the connection is lost. This fix solves the problem in my project. I use the 1.0.1 version of the library.