python-websockets/websockets

Threading server should close connections on exit

Opened this issue · 1 comments

Essentially, it should behave like the asyncio server. It could also gain the connections attribute.

This would also be more elegant than f9cea9c.