mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-28 05:31:03 +00:00
feat(apis/websocket): clear old client sessions and instances
This commit is contained in:
@@ -26,10 +26,14 @@ enum DisconnectReason {
|
||||
* The receiving end didn't have an open socket
|
||||
*/
|
||||
NoOpenSocket = 4003,
|
||||
/**
|
||||
* The client connected from another location
|
||||
*/
|
||||
NewConnection = 4004,
|
||||
/**
|
||||
* The client was not ready in time (**CLIENT-ONLY**)
|
||||
*/
|
||||
TooSlow = 4002,
|
||||
TooSlow = 4012,
|
||||
}
|
||||
|
||||
export default DisconnectReason
|
||||
|
||||
Reference in New Issue
Block a user