#  🪷太ー#
Deno2y ago
19 replies
#  🪷太ー

Catch/handle WebSocketStream connection reset error

How/where to catch this error? I am using WebSocketStream and catching on wss.opened and on wss.closed still this error is uncaught from somewhere -
error: Uncaught (in promise) WebSocketError: connection reset
    at new WebSocketError (ext:deno_websocket/02_websocketstream.js:478:5)
    at Object.pull (ext:deno_websocket/02_websocketstream.js:270:31)
    at eventLoopTick (ext:core/01_core.js:168:7)
Was this page helpful?