NetEase/pomelo-androidclient

Exception for web socket library

Opened this issue · 0 comments

Sometimes, the web socket library used in this client will throw 'IllegalStateException: Timer was canceled', especially when the code contains

Thread.Sleep();

I found a patch here and recommended it: Gottox/socket.io-java-client#44