mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 16:45:55 +01: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