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 was archived by the owner on Jan 20, 2025. It is now read-only.
* fix: SyncClient memory leak, handling connect() errors
SyncClient didn't delete the _client object when an error occurred in
connect(), before _onConnect(). Also, _client was not properly deleted
in such case.
* fix: SyncClient memory leak, handling connect() errors ...also for the connect(ip)
0 commit comments