pomelo-androidclient icon indicating copy to clipboard operation
pomelo-androidclient copied to clipboard

java&android client for pomelo

Results 7 pomelo-androidclient issues
Sort by recently updated
recently updated
newest added

如何修改为支持 HTTPS?服务器是 HTTPS, 我发请求的时候,报错了 `java.lang.NullPointerException: Attempt to invoke virtual method 'void com.netease.pomelo.PomeloClient.request(java.lang.Object[])' on a null object reference` 请问是 HTTPS 的问题吗?

org.netease.pomelo: connection is terminated. org.netease.pomelo: there is no listeners. System.err: io.socket.SocketIOException: Error while handshaking System.err: at io.socket.IOConnection.handshake(IOConnection.java:322) System.err: at io.socket.IOConnection.access$600(IOConnection.java:39) System.err: at io.socket.IOConnection$ConnectThread.run(IOConnection.java:199) System.err: Caused by: java.io.FileNotFoundException: http://10.0.2.2:3014/socket.io/1/ System.err: at...

当socket连接成功后,对内存 cpu进行监听,发现cpu占用率比较高,尤其是在收发消息后,一度飙到80%,在保持心跳也有40%-70%的浮动,请问如何进行优化呢,有什么策略

The release uploaded for 0.0.1 includes the correct code, but a jar generated with outdated sources. In particular, the jar included in the release does not include the fixes to...

according [http://nodejs.netease.com/topic/51b05bc53e8b1fca03280385](http://nodejs.netease.com/topic/51b05bc53e8b1fca03280385) update socket.io

while the server restarted, the client how to know that it should reconnect

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...