Gottox / socket.io-java-client

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

Delaying to emit message from android client #98

Open thonn opened 10 years ago

thonn commented 10 years ago

After connecting to socket io server successfully, I can emit some message immediately in the successful connect function. But after messages always wait for the heartbeat from server to emit. Can someone help me? Thanks a lot.