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
The processCallback is never cleaned up after the execution of the command.
It means that an error on the socket, after a command, can call the callback used in the previous command. Verify this.
It may be useful to introduce the callback to be called in any moment in case of errors or timeouts on the socket