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've searched for any related issues and avoided creating a duplicate
issue.
I found the other issues #1591 and #1564 but I think the root cause here is different, althought he error is the same. Or at least the "if" clause has been removed again, which makes this error occur again.
Description
When I add the following snippet for attaching an upgrade listener for the connection, I encounter the following error message. I could narrow down the error to the upgrade request.
TypeError: Cannot set property 'readyState' of undefined
at Socket.socketOnClose (<apppath>\node_modules\ws\lib\websocket.js:837:24)
at Socket.emit (events.js:203:15)
at TCP._handle.close (net.js:606:12)
issue.
I found the other issues #1591 and #1564 but I think the root cause here is different, althought he error is the same. Or at least the "if" clause has been removed again, which makes this error occur again.
Description
When I add the following snippet for attaching an upgrade listener for the connection, I encounter the following error message. I could narrow down the error to the upgrade request.
Reproducible in:
Steps to reproduce:
See error
Expected result:
No error
Actual result:
Error from above is shown
Attachments:
Test html +js for connecting to the websocket server.
websockettest.html.txt
The text was updated successfully, but these errors were encountered: