Github user pivotal-jbarrett commented on a diff in the pull request:

    https://github.com/apache/geode-native/pull/105#discussion_r125184959
  
    --- Diff: src/cppcache/src/TcrMessage.hpp ---
    @@ -171,7 +173,8 @@ class CPPCACHE_EXPORT TcrMessage {
         GET_DURABLE_CQS_DATA_ERROR = 106,
         GET_ALL_WITH_CALLBACK = 107,
         PUT_ALL_WITH_CALLBACK = 108,
    -    REMOVE_ALL = 109
    +   REMOVE_ALL = 109,
    +   HANDSHAKE = 110
    --- End diff --
    
    These numbers correspond to protocol message numbers on the server. We can 
just add one here and expect it not cause issues later.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to