gevent-socketio
gevent-socketio copied to clipboard
socket read/write timeout can be shorter than heartbeat timeout
when heartbeat_interval is set bigger than raw socket.gettimeout() the connection will timeout everytime no more data is sent over the stream.
maybe add self.sock.settimeout(config['heartbeat_timeout']) somewhere?