mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2026-02-08 00:24:34 +01:00
* The websocket rfc doesn't specify what to do when a client doesn't respond to a ping message. It just states that it must respond with a pong message. But it is unclear what should happen when the client doesn't respond with a pong message. So instead of closing the connection, we are keeping the connection open as long as possible.