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

can I use this lib with https proxy?

Apparently some incompatibility is again afoot. I am compiling with: ```gradle apply plugin: 'com.android.application' android { compileSdkVersion 28 defaultConfig { applicationId "it.condarelli.okcash" minSdkVersion 26 targetSdkVersion 28 versionCode 1 versionName "1.0"...

How could I build a UDP server or a RTSP server in android platform with AndroidAsync?

The protocol is "ws",Exception :connection closed before headers received.

When application on ideal for long time and user performs any action the app crashes with below log.

![image](https://user-images.githubusercontent.com/4952555/64468834-c478f000-d15b-11e9-89fd-af5f029e1124.png) above the picture,the variable param is null Is the AndroidAsync framework support MessagePack?How can I deserialize it?

It is possible to support reading byte[] of a specified length. Reading a very long byte[] now requires writing a lot of unpacking logic.Like this: > public static ByteString read(InputStream...

Still have this problem occassionaly.