first draft of disabling data port at the receiver side. Todo: master file and stream for gui to use

This commit is contained in:
2026-05-07 17:15:50 +02:00
parent 111d10cfa7
commit 4ef8a625ab
39 changed files with 557 additions and 448 deletions
+1 -1
View File
@@ -531,7 +531,7 @@ void ZmqSocket::PrintError() {
// Nested class to do RAII handling of socket descriptors
ZmqSocket::mySocketDescriptors::mySocketDescriptors(bool server)
: server(server), contextDescriptor(nullptr), socketDescriptor(nullptr){};
: server(server), contextDescriptor(nullptr), socketDescriptor(nullptr) {};
ZmqSocket::mySocketDescriptors::~mySocketDescriptors() {
Disconnect();
Close();