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

Running websocket server in background #713

Open NRicode opened 1 year ago

NRicode commented 1 year ago

it says that this library is single threaded, I want my websocket server to keep running even though the app is in background. Is it possible? from the source code it doesn't seem to support running the server in separate thread.