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
Error: connect ECONNREFUSED 127.0.0.1:55555
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1142:16)
Emitted 'error' event on WebSocket instance at:
at ClientRequest.<anonymous> (/Uxxx/node_modules/.pnpm/[email protected]/node_modules/ws/lib/websocket.js:579:15)
at ClientRequest.emit (events.js:315:20)
at Socket.socketErrorListener (_http_client.js:463:9)
at Socket.emit (events.js:315:20)
at emitErrorNT (internal/streams/destroy.js:100:8)
at emitErrorCloseNT (internal/streams/destroy.js:68:3)
at processTicksAndRejections (internal/process/task_queues.js:84:21) {
The text was updated successfully, but these errors were encountered:
If it cannot connect to the server, the app will crash because there is no
error
event handler.The error handler in the example is only attached after
open
.The text was updated successfully, but these errors were encountered: