The Wayback Machine - https://web.archive.org/web/20221224082625/https://github.com/websockets/ws/issues/613
You can’t perform that action at this time.
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.
coolaj86 commentedNov 9, 2015
You have a
.close(code, data)method here:https://github.com/websockets/ws/blob/master/lib/WebSocket.js#L100
But you don't expose the callback here:
https://github.com/websockets/ws/blob/master/lib/WebSocket.js#L121
The text was updated successfully, but these errors were encountered: