mtyka / grooviks-cube

Automatically exported from code.google.com/p/grooviks-cube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add server-side timeouts for idle sessions

GoogleCodeExporter opened this issue · comments

The cube server needs to detect when a client has been inactive for too long 
and do a 'quit' transition for that client.

Original issue reported on code.google.com by sunder...@gmail.com on 15 Oct 2011 at 5:59

Server side timeouts are now implemented.  Inactivity (no client commands or 
faceclicks) on a particular client for more than 125 seconds automatically 
generates a QUIT command for that client.

Original comment by sunder...@gmail.com on 15 Oct 2011 at 11:45

  • Changed state: Fixed