mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
fixed bug rx_hostname being hostname or ip in zmqsockt, and num packets correctly reflects num good frames
This commit is contained in:
@ -53,7 +53,6 @@ public:
|
||||
if (ptr == NULL)
|
||||
return;
|
||||
strcpy(ip, ptr);
|
||||
delete ptr;
|
||||
}
|
||||
sprintf (serverAddress, "tcp://%s:%d", ip, portno);
|
||||
|
||||
|
Reference in New Issue
Block a user