Pithikos / python-websocket-server

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

Added terminate option #41

Closed sh4dowb closed 3 years ago

sh4dowb commented 6 years ago

Added terminate option, so you can shutdown threaded servers, and restart them at any time.

Pithikos commented 3 years ago

Thanks for this but I think if we add this we need to add also a proper websocket closing handshake. So atm I can't merge this

Pithikos commented 3 years ago

Thanks for this but I think if we add this we need to add also a proper websocket closing handshake. So atm I can't merge this