AndroidAsync
AndroidAsync copied to clipboard
Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.
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.
 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.