WebSocketGo icon indicating copy to clipboard operation
WebSocketGo copied to clipboard

WebSocket channel management for connect/disconnect/reconnect, for both Android and pure Java.

Results 3 WebSocketGo issues
Sort by recently updated
recently updated
newest added

我在Profiler监控中,发现应用CPU一直在25%左右,加上Energy一直在Medium波动; 通过监控CPU图标,发现 名为wsgo-event-producer 和 wsgo-command-producer 一直占用CPU不释放,我翻进去[源码](https://github.com/Gnepux/WebSocketGo/blob/6c3d8d0049dcd0a84d7472968c35d042c6545068/wsgo-lib/src/main/java/com/gnepux/wsgo/dispatch/producer/ProducerThread.java#L25 ),发现这里一直在空转; 作者是使用这个来进行什么特殊操作吗?

java.lang.IllegalAccessError: Method 'void com.gnepux.wsgo.okwebsocket.OkWebSocket.()' is inaccessible to class 'com.gnepux.wsgo.okwebsocket.OkWebSocket$Factory' (declaration of 'com.gnepux.wsgo.okwebsocket.OkWebSocket$Factory' appears in /data/app/com.gnepux.ws-2/base.apk)