Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/105#discussion_r125184798 --- Diff: src/cppcache/src/TcrConnection.cpp --- @@ -318,7 +318,9 @@ bool TcrConnection::InitTcrConnection( LOGFINE("Attempting handshake with endpoint %s for %s%s connection", endpoint, isClientNotification ? (isSecondary ? "secondary " : "primary ") : "", isClientNotification ? "subscription" : "client"); - ConnErrType error = sendData(data, msgLengh, connectTimeout, false); + // GT GEODE-2891 + //ConnErrType error = sendData( data, msgLengh, connectTimeout, false ); --- End diff -- Do not leave commented out sources, this is what revision control is for.
--- 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. ---