ZMQ reader: abort if connect to monerod failed

This commit is contained in:
SChernykh
2021-09-27 11:32:49 +02:00
parent 19043ace90
commit 4fce76576f
2 changed files with 39 additions and 2 deletions
+1
View File
@@ -30,6 +30,7 @@ public:
private:
static void run_wrapper(void* arg) { reinterpret_cast<ZMQReader*>(arg)->run(); }
void run();
bool connect(const char* address, uint32_t id);
void parse(char* data, size_t size);