Running websocket server in background
Author: ZhorosCreated Dec 4, 2022Updated Dec 4, 2022
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.
Source: koush/AndroidAsync