pdxcodemonkey opened a new pull request #730: URL: https://github.com/apache/geode-native/pull/730
Server REPLY and RESPONSE messages can come back in response to a number of different client messages, and the contents of the server message differ based on the original request. This introduces a bit of global state so that the server message parser can see what the last client message was for this thread, and parse the response accordingly. Out of necessity, the first two responses parsed are the REPLY to a PUT and the RESPONSE to CONTAINS_KEY. @mreddington @dihardman @davebarnes97 @karensmolermiller ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
