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
this is a great Library for Cirrus thanks for releasing it, but there seems to be an issue. if a user disconnects via onUserExpired (loses connection) it just leaves the Cursor on stage (until it presumably reconnects) what is the best way to close that connection entirely the say way it controls the disconnect when you close the page down?
if i add the following method;
connection.onUserExpired = handleUserRemoved;
doesn't seem to flush the "connection.userCount" still says "total users: 2" (when should be one?).
The text was updated successfully, but these errors were encountered:
this is a great Library for Cirrus thanks for releasing it, but there seems to be an issue. if a user disconnects via onUserExpired (loses connection) it just leaves the Cursor on stage (until it presumably reconnects) what is the best way to close that connection entirely the say way it controls the disconnect when you close the page down?
if i add the following method;
connection.onUserExpired = handleUserRemoved;
doesn't seem to flush the "connection.userCount" still says "total users: 2" (when should be one?).
The text was updated successfully, but these errors were encountered: