Do our disconnect fiddling on the new safe sessionConnectionClosed()

calldown method rather than the old wasUnmapped() which is called on the
conmgr thread.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1899 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-11-05 05:48:18 +00:00
parent 0cd73d2e56
commit b9fe4f4b01
@@ -1,5 +1,5 @@
//
// $Id: CrowdClient.java,v 1.15 2002/11/01 00:39:18 shaper Exp $
// $Id: CrowdClient.java,v 1.16 2002/11/05 05:48:18 mdb Exp $
package com.threerings.crowd.server;
@@ -17,9 +17,9 @@ import com.threerings.crowd.data.PlaceObject;
public class CrowdClient extends PresentsClient
{
// documentation inherited
protected void wasUnmapped ()
protected void sessionConnectionClosed ()
{
super.wasUnmapped();
super.sessionConnectionClosed();
if (_clobj != null) {
// note that the user's disconnected