mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 16:48:01 +02:00
zmq always needs an ip in header
This commit is contained in:
@ -2355,7 +2355,7 @@ int slsReceiverTCPIPInterface::set_streaming_source_ip() {
|
||||
else if (receiverBase->getStatus() != IDLE)
|
||||
receiverNotIdle();
|
||||
else {
|
||||
receiverBase->setStreamingSourceIP(arg);
|
||||
receiverBase->setStreamingSourceIP(arg);
|
||||
}
|
||||
|
||||
//get
|
||||
|
Reference in New Issue
Block a user