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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user