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 May 14, 2024. It is now read-only.
I figured this issue could happen under these circumstances:
1 The _timeout timer is currently running and retaining the SocketIO-object.
2. The owner of the SocketIO-object no longer needs it and releases it.
3. The timer is now the sole owner of the SocketIO-object, and when it is invalidated on line 372, the SocketIO-object is deallocated, and hence, referencing the _timeout variable results in a bad access.
The text was updated successfully, but these errors were encountered: