clemenskresser / ezwebsocket

Simple Websocket Server Library written in C
Other
4 stars 7 forks source link

provide optional parameter for client timeout #4

Closed thaemmerle closed 4 years ago

thaemmerle commented 4 years ago

This adds support for an optional timeout in seconds to close a client-socket after inactivity.

Signed-off-by: Thomas Haemmerle thomas.haemmerle@wolfvision.net