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
setConnection() calls close() on an existing connection before adding an onconnect handler to the new connection. If the close event on the old connection fires after the connect event on the new connection, reset() will null out the new connection and disable the stop and disconnect buttons.
The text was updated successfully, but these errors were encountered:
setConnection()
callsclose()
on an existing connection before adding anonconnect
handler to the new connection. If the close event on the old connection fires after the connect event on the new connection,reset()
will null out the new connection and disable the stop and disconnect buttons.The text was updated successfully, but these errors were encountered: