websockets / ws

Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
MIT License
21.33k stars 2.3k forks source link

clientTracking - the client is not destroyed if the server closes or terminates the connection. #2201

Closed X-Keyscore closed 4 months ago

X-Keyscore commented 4 months ago

Is there an existing issue for this?

Description

https://github.com/websockets/ws/blob/master/lib/websocket-server.js#L424

ws version

lasted

Node.js Version

No response

System

No response

Expected result

No response

Actual result

No response

Attachments

No response

lpinca commented 4 months ago

That is intended behavior. See https://github.com/websockets/ws/releases/tag/8.0.0 and https://github.com/websockets/ws/commit/df7de574a07115e2321fdb5fc9b2d0fea55d27e8.

lpinca commented 4 months ago

I'm closing this as answered.