python-websocket-server icon indicating copy to clipboard operation
python-websocket-server copied to clipboard

Connection closing callback fails to be called

Open showierdata9978 opened this issue 2 years ago • 0 comments

This is a problem as it leads to a memory leak, when a server cant send somthing to another client (like a kick command..), fails and raises an exemption.

this is even more of a problem if any chat apps that cant have more then 1 of the same user online, and it fails to call. so they are not purged from the username list. meaning a client cant log back in

showierdata9978 avatar Jan 04 '23 19:01 showierdata9978