ZMQReader: more reliable connect()

This commit is contained in:
SChernykh
2021-10-28 19:08:42 +02:00
parent 3d60ae8c32
commit a008eac8c6
2 changed files with 28 additions and 9 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ public:
private:
static void run_wrapper(void* arg);
void run();
bool connect(const char* address, uint32_t id);
bool connect(const char* address);
void parse(char* data, size_t size);