AndroidAsync icon indicating copy to clipboard operation
AndroidAsync copied to clipboard

Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.

Results 112 AndroidAsync issues
Sort by recently updated
recently updated
newest added

Hello, I am using OpenSSL for my server development, client sending the "Bad Record MAC alert " after server sends finished Message. I don't know what the issue and I...

java.lang.IndexOutOfBoundsException: off=0, len=-46 out of bounds (size=2) at java.nio.Buffer.checkBounds(Buffer.java:587) at java.nio.HeapByteBuffer.put(HeapByteBuffer.java:162) at com.koushikdutta.async.http.server.BoundaryEmitter.onDataAvailable(BoundaryEmitter.java:138) at com.koushikdutta.async.Util.emitAllData(Util.java:23) at com.koushikdutta.async.FilteredDataEmitter.onDataAvailable(FilteredDataEmitter.java:56) at com.koushikdutta.async.http.filter.ContentLengthFilter.onDataAvailable(ContentLengthFilter.java:31) at com.koushikdutta.async.Util.emitAllData(Util.java:23) at com.koushikdutta.async.AsyncNetworkSocket.onReadable(AsyncNetworkSocket.java:160) at com.koushikdutta.async.AsyncServer.runLoop(AsyncServer.java:878) at com.koushikdutta.async.AsyncServer.run(AsyncServer.java:726) at com.koushikdutta.async.AsyncServer.access$800(AsyncServer.java:46) at...