From a79864a5ae14ef5c2b24375deec6e3dbd9863d11 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Fri, 17 Nov 2017 11:35:54 +0100 Subject: [PATCH] bugfix enabledata streaming send int for update --- slsReceiverSoftware/src/slsReceiverTCPIPInterface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/slsReceiverSoftware/src/slsReceiverTCPIPInterface.cpp b/slsReceiverSoftware/src/slsReceiverTCPIPInterface.cpp index 7be6534e3..c47028b96 100644 --- a/slsReceiverSoftware/src/slsReceiverTCPIPInterface.cpp +++ b/slsReceiverSoftware/src/slsReceiverTCPIPInterface.cpp @@ -687,6 +687,7 @@ int slsReceiverTCPIPInterface::send_update() { #ifdef SLS_RECEIVER_UDP_FUNCTIONS ind=(int)receiverBase->getDataStreamEnable(); #endif + mySock->SendDataOnly(&ind,sizeof(ind)); if (!lockStatus) strcpy(mySock->lastClientIP,mySock->thisClientIP);