koush / AndroidAsync

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

NullPointerException in AsyncServer #694

Closed fdlmdark closed 3 years ago

fdlmdark commented 3 years ago

java.lang.NullPointerException: Attempt to invoke virtual method 'int com.koushikdutta.async.ByteBufferList.remaining()' on a null object reference at com.koushikdutta.async.http.server.AsyncHttpServerResponseImpl.lambda$send$4$AsyncHttpServerResponseImpl(AsyncHttpServerResponseImpl.java:225) at com.koushikdutta.async.http.server.-$$Lambda$AsyncHttpServerResponseImpl$BM_zYtw9aFP-XtgCcSoOfUw81Ac.run(lambda) at com.koushikdutta.async.AsyncServer$Scheduled.run(AsyncServer.java:236) at com.koushikdutta.async.AsyncServer.lockAndRunQueue(AsyncServer.java:788) at com.koushikdutta.async.AsyncServer.runLoop(AsyncServer.java:806) at com.koushikdutta.async.AsyncServer.run(AsyncServer.java:717) at com.koushikdutta.async.AsyncServer.access$800(AsyncServer.java:46) at com.koushikdutta.async.AsyncServer$11.run(AsyncServer.java:671)

In version 'com.koushikdutta.async:androidasync:3.0.8'