Skip to main content

Connection events

Server Shutdown

serverShutdown event is sent when the server is about to shut down.

{
"event": {
"e": "serverShutdown", // Event Type
"E": 1770123456789 // Event Time
}
}

Please establish a new connection as soon as possible to prevent interruption.