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
I had the same problem, either PROTOCOL_ENQUEUE_HANDSHAKE_TWICE or PROTOCOL_ENQUEUE_AFTER_QUIT
was displaying. Someone replied in another similar issue here, to remove the instance of connect() and end(), thankfully it worked for me.
node:events:490
throw er; // Unhandled 'error' event
^
Error: Cannot enqueue Handshake after already enqueuing a Handshake.
The text was updated successfully, but these errors were encountered: