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

Connection Timeout #46

Open mchilli opened 6 years ago

mchilli commented 6 years ago

Hey, is it possible to add a timeout for connections who doesn't send a message in a specified range of time. For example, if a client doesn't send a message in maybe 30 minutes, kick the client.