We need to restore the remote oid as well before we send the unsubscribe req.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4791 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-07-27 21:47:50 +00:00
parent 3327f4b7e8
commit 3c1c1d1921
@@ -371,8 +371,9 @@ public class PeerManager
return;
}
// restore the object's omgr reference to our ClientDObjectMgr so that it can properly
// finish the unsubscription process
// restore the object's omgr reference to our ClientDObjectMgr and its oid back to the
// remote oid so that it can properly finish the unsubscription process
bits.right.setOid(remoteOid);
bits.right.setManager(peer.getDObjectManager());
// finally unsubscribe from the object on our peer