web_socket_client
web_socket_client copied to clipboard
fix: Disconnected on Android 15+
In around 5 seconds after minimizing the app, the WS gets Disconnected. It happened only on Android 15 and 16 on emulators and real devices. Older Android versions work fine.
Steps To Reproduce
- Open WS connection on Android 15 or 16
- Minimize the app
- In around 5 seconds, the Disconnected status appears.
- Reconnection doesn't do anything after this.