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

AsyncServer.getDefault().connectSocket not working in Android 10 or higher version #700

Closed livebase closed 3 years ago

livebase commented 3 years ago

The onConnectCompleted callback function for AsyncServer.getDefault().connectSocket does not work in Android 10 or later versions. No logs are displayed at this time. It works fine up to Android 9.