From: <Blu...@us...> - 2009-12-15 20:57:51
|
Revision: 318 http://virtplayground.svn.sourceforge.net/virtplayground/?rev=318&view=rev Author: BlueWolf_ Date: 2009-12-15 20:57:44 +0000 (Tue, 15 Dec 2009) Log Message: ----------- Updated doc in callback regarding disconnects due to server crashes Modified Paths: -------------- trunk/client/core/callback.py Modified: trunk/client/core/callback.py =================================================================== --- trunk/client/core/callback.py 2009-12-15 20:56:45 UTC (rev 317) +++ trunk/client/core/callback.py 2009-12-15 20:57:44 UTC (rev 318) @@ -63,6 +63,10 @@ * "duplicate" - Another client has logged in on this account. This connection has been kicked + * "crash" - A crash happened on the server. Unless + you sent malicious data or you're not + admin of the server, there's nothing + you can do about it. Return True if you want it to reconnect. To avoid unexpected This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |