mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-07-09 23:50:51 +02:00
minor documentation fix and sending nports unnecessarily for getRxUDPPortDisableMetadata
This commit is contained in:
@@ -1471,7 +1471,6 @@ std::vector<int> Module::getRxUDPPortDisableMetadata() const {
|
||||
}
|
||||
auto nports = client.Receive<int>();
|
||||
std::vector<int> retval(nports);
|
||||
client.Send(nports);
|
||||
if (nports > 0) {
|
||||
client.Receive(retval);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user