Github user echobravopapa commented on a diff in the pull request:

    https://github.com/apache/geode-native/pull/48#discussion_r104759602
  
    --- Diff: src/cppcache/src/TcrMessage.cpp ---
    @@ -756,8 +756,8 @@ void TcrMessage::writeRegionPart(const std::string& 
regionName) {
       m_request->writeBytesOnly((int8_t*)regionName.c_str(), len);
     }
     
    -void TcrMessage::writeStringPart(const std::string& regionName) {
    -  m_request->writeFullUTF(regionName.c_str());
    +void TcrMessage::writeStringPart(const std::string& str) {
    --- End diff --
    
    here as well, much more intuitive var name


---
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