Gottox / socket.io-java-client

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

Android Lollipop Support #118

Open ergin-duran opened 9 years ago

ergin-duran commented 9 years ago

I have a chat app.I use socket.io-java-client.So far, no problem.But when I tried on Android L 5.0,didn't work.I tried socket.emit("bla",myJsonObject). Console log: :{"name":"bla","args":[null]}.But app works fine with android 4.1.Does anyone have experience with this issue?