Error when creating websocket

when i create a websocket (using isomorphic-ws package), it returns this error:
workerd/server/server.c++:2364: error: Uncaught exception: kj/async-io-win32.c++:424: disconnected: remote.worker_do_not_log; Request failed due to internal error stack: 7ff73c398750 7ff73c394a79 7ff73c392fed 0 0 0 0 0 0 0 7ff73c3a6034 0 0 0 0 0 0 0
workerd/server/server.c++:2364: error: Uncaught exception: kj/async-io-win32.c++:424: disconnected: remote.worker_do_not_log; Request failed due to internal error stack: 7ff73c398750 7ff73c394a79 7ff73c392fed 0 0 0 0 0 0 0 7ff73c3a6034 0 0 0 0 0 0 0
what does this mean? and how do i solve this?
3 Replies
plop
plop11mo ago
here's my worker.js code:
plop
plop11mo ago
plop
plop11mo ago
any ideas?