mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
e60c20bc10
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.