mattermost-mobile/app/client/websocket
David Krauser c27f0eade2
[MM-62925] introduce websocket client-side ping (#8633)
This commit introduces new functionality on the client side to send PING messages over the websocket. If the server doesn't respond within PING_INTERVAL (currently 30 seconds), the connection is closed and re-created. This will allow us to find broken connections more quickly.
2025-03-11 11:48:09 -04:00
..
index.test.ts [MM-62925] introduce websocket client-side ping (#8633) 2025-03-11 11:48:09 -04:00
index.ts [MM-62925] introduce websocket client-side ping (#8633) 2025-03-11 11:48:09 -04:00