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
attempt: () => {
this._connectionStats.attempts++;
this._connectionStats.connectedAt = Date.now();
}, After a long period of time, it causes the connection to become very slow, and subscribing to an event almost makes it impossible to receive messages.
The text was updated successfully, but these errors were encountered:
attempt: () => {
this._connectionStats.attempts++;
this._connectionStats.connectedAt = Date.now();
}, After a long period of time, it causes the connection to become very slow, and subscribing to an event almost makes it impossible to receive messages.
The text was updated successfully, but these errors were encountered: