Gottox / socket.io-java-client

Socket.IO Client Implementation in Java
MIT License
950 stars 387 forks source link

Update WebsocketTransport.java #94

Open jpicerno opened 10 years ago

jpicerno commented 10 years ago

If you are trying to use it several times to connect to different services this class will be instance several Executors.newSingleThreadScheduledExecutor(), so the app will be overtime create many threads and not only one as expected.