koush / AndroidAsync

Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.
Other
7.51k stars 1.56k forks source link

java.lang.NullPointerException in AsyncServer.java:317 #680

Open phoenix-ke-coder opened 3 years ago

phoenix-ke-coder commented 3 years ago

Hi,The problem rarely occurs, please help me to solve this, Many thanks ! Fatal Exception: Attempt to invoke virtual method 'java.nio.channels.Selector com.koushikdutta.async.SelectorWrapper.getSelector()' on a null object reference com.koushikdutta.async.AsyncServer$5.run(AsyncServer.java:317) com.koushikdutta.async.AsyncServer$3.run(AsyncServer.java:211) com.koushikdutta.async.AsyncServer.lockAndRunQueue(AsyncServer.java:740) com.koushikdutta.async.AsyncServer.runLoop(AsyncServer.java:758) com.koushikdutta.async.AsyncServer.run(AsyncServer.java:658) com.koushikdutta.async.AsyncServer.access$800(AsyncServer.java:44) com.koushikdutta.async.AsyncServer$14.run(AsyncServer.java:600)