node-steam-user icon indicating copy to clipboard operation
node-steam-user copied to clipboard

fix: fixed ws disconnected state on connection end

Open Sadzurami opened this issue 4 months ago • 0 comments

Since events are ignored https://github.com/DoctorMcKay/node-steam-user/blob/686d773f88df373ed0e7be845a37c46dd081d9b1/components/connection_protocols/websocket.js#L98-L102

We can't catch disconnected event later, so disconnected state is not properly updated.

Sadzurami avatar Oct 14 '24 13:10 Sadzurami