Gottox / socket.io-java-client

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

Fix ssl #124

Open Varomir opened 9 years ago

Varomir commented 9 years ago

It was a bug relative with leave thread when you connecting via https\SSL\wss. This isuue is fully described here https://github.com/Gottox/socket.io-java-client/issues/43 I've already check this in my project. And I just formalized this peace of code as pull request ) Thanks a lot to user https://github.com/downtownallday, please check this changes and merge it to master.