engine.io-client-java
engine.io-client-java copied to clipboard
Fixed concurrency issue on EventThread class
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.