diff --git a/addons/ofxNetwork/src/ofxTCPManager.cpp b/addons/ofxNetwork/src/ofxTCPManager.cpp index 1a3ff88f581..effe7b8671b 100644 --- a/addons/ofxNetwork/src/ofxTCPManager.cpp +++ b/addons/ofxNetwork/src/ofxTCPManager.cpp @@ -283,9 +283,9 @@ int ofxTCPManager::WaitSend(time_t timeoutSeconds, time_t timeoutMicros){ //-------------------------------------------------------------------------------- bool ofxTCPManager::SetNonBlocking(bool useNonBlocking) { - if(useNonBlocking==nonBlocking){ - return true; - } + //if(useNonBlocking==nonBlocking){ + //return true; + //} auto prevNonBlocking = nonBlocking; nonBlocking = useNonBlocking;