Skip to main content

Module disconnect

Module disconnect 

Source
Expand description

Codes carried by Centrifugo disconnect messages.

Constantsยง

BAD_REQUEST
Malformed connection request.
CHANNEL_LIMIT
Per-client channel limit exceeded.
CONNECTION_LIMIT
Per-user connection limit exceeded.
EXPIRED
Expired connection.
FORCE_DISCONNECT
Administrative forced disconnect.
INSUFFICIENT_STATE
Server lacks enough state to continue the connection.
INVALID_TOKEN
Invalid connection token.
NORMAL
Normal disconnect.
SERVER_ERROR
Internal server failure.
SHUTDOWN
Server shutdown.
SUBSCRIPTION_EXPIRED
Expired server-side subscription.
TOO_MANY_REQUESTS
Server rate limit exceeded.