status-react/modules/react-native-status
frank e60c20bc10
feat(websocket): add ping/pong keep-alive mechanism for iOS websocket (#21733)
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
..
android refactor_: rename LOG_REQUEST_GO to API_LOGGING_ENABLED (#21677) 2024-11-29 22:01:27 +08:00
ios/RCTStatus feat(websocket): add ping/pong keep-alive mechanism for iOS websocket (#21733) 2024-12-06 15:37:17 +08:00
nodejs refactor_: rename LOG_REQUEST_GO to API_LOGGING_ENABLED (#21677) 2024-11-29 22:01:27 +08:00
index.js update react-native and project dependencies 2017-12-15 16:06:13 +01:00
package.json Lint and fix missing trailing newlines (#16445) 2023-07-04 19:40:13 +00:00
react-native-status.podspec nix: upgrade gomobile to 2022-05-04 version 2022-06-20 19:01:14 +02:00