Pithikos / python-websocket-server

A simple fully working websocket-server in Python with no external dependencies
MIT License
1.13k stars 380 forks source link

Connection closing callback fails to be called #114

Open showierdata9978 opened 1 year ago

showierdata9978 commented 1 year ago

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