2
0
mirror of https://github.com/status-im/status-mobile.git synced 2025-01-16 03:35:33 +00:00
frank e60c20bc10
feat(websocket): add ping/pong keep-alive mechanism for iOS websocket ()
Add WebSocket keep-alive mechanism using ping/pong frames to maintain connection stability:
- Add ping timer that sends ping every 30 seconds
- Automatically reconnect if ping fails
- Properly cleanup timer on disconnect
- Add logging for StatusGo server requests

This helps prevent connection timeouts and ensures timely detection of connection issues.
2024-12-06 15:37:17 +08:00
..