Github user echobravopapa commented on a diff in the pull request: https://github.com/apache/geode-native/pull/48#discussion_r104759431 --- Diff: src/cppcache/src/TcrMessage.hpp --- @@ -555,7 +555,7 @@ class CPPCACHE_EXPORT TcrMessage { const VectorOfCacheableKey* getAllKeyList = NULL); void writeHeader(uint32_t msgType, uint32_t numOfParts); void writeRegionPart(const std::string& regionName); - void writeStringPart(const std::string& regionName); + void writeStringPart(const std::string& str); --- End diff -- the aforementioned copy/pasting...
--- 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. ---