You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.
Centrifugo sends Disconnect Advice in connection close reason (in Close Websocket frame). It's a JSON encoded string which contains 2 fields at moment, for example
{
"reason": "shutting down",
"reconnect": true
}
Client should follow this reconnect advice - if it's false then client should not attempt to reconnect.
The text was updated successfully, but these errors were encountered:
Centrifugo sends Disconnect Advice in connection close reason (in Close Websocket frame). It's a JSON encoded string which contains 2 fields at moment, for example
Client should follow this
reconnect
advice - if it'sfalse
then client should not attempt to reconnect.The text was updated successfully, but these errors were encountered: