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
At the beginning, I have to say - many thanks for this library. ws is the lib of choice and was integrated exclusively with Marble.js framework. 💪
The issue is very strange because suddenly it started to occur. The problem is probably with refusing a connection inside verifyClient method. If the verifyClient method refuses connection then the client hangs and timeouts after some time. An interesting fact is that it occurs even in the simple ws server. I typically tested it on Chrome browsers (via some client extensions) and one week ago it worked properly. To be honest I'm not sure if some Chrome update introduced some breaking changes to the WebSocket communication during the handshake phase 🤔
It turned out that some extension that was installed interfered with WebSocket connection. The strangest thing is that it only occurred when then the connection was refused.
Description
At the beginning, I have to say - many thanks for this library.
ws
is the lib of choice and was integrated exclusively with Marble.js framework. 💪The issue is very strange because suddenly it started to occur. The problem is probably with refusing a connection inside
verifyClient
method. If theverifyClient
method refuses connection then the client hangs and timeouts after some time. An interesting fact is that it occurs even in the simplews
server. I typically tested it on Chrome browsers (via some client extensions) and one week ago it worked properly. To be honest I'm not sure if some Chrome update introduced some breaking changes to the WebSocket communication during the handshake phase 🤔Reproducible in:
Steps to reproduce:
Expected result:
Actual result:
Attachments:
The text was updated successfully, but these errors were encountered: