Browse Source

ignore CLIENT_GET_STATE_RESP in default handler

Darren Ranalli 20 năm trước cách đây
mục cha
commit
7ea605853c
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      direct/src/distributed/ClientRepository.py

+ 3 - 0
direct/src/distributed/ClientRepository.py

@@ -544,6 +544,9 @@ class ClientRepository(ConnectionRepository):
             self.handleDelete(di)
         elif msgType == CLIENT_DONE_INTEREST_RESP:
             self.handleInterestDoneMessage(di)
+        elif msgType == CLIENT_GET_STATE_RESP:
+            # TODO: is this message obsolete?
+            pass
         #Roger wants to remove this elif msgType == CLIENT_QUERY_ONE_FIELD_RESP:
         #Roger wants to remove this     self.handleQueryOneFieldResp(di)
         elif msgType == CLIENT_OBJECT_LOCATION: