From 5d73a381f4a56eba1d1f583ab07c68ccdb5310dd Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 15 Apr 2020 13:14:12 +0200 Subject: [PATCH] Add todo to make code more robust --- core-writer/src/module/ZmqRecvModule.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core-writer/src/module/ZmqRecvModule.cpp b/core-writer/src/module/ZmqRecvModule.cpp index 9ea0096..c1ab03d 100644 --- a/core-writer/src/module/ZmqRecvModule.cpp +++ b/core-writer/src/module/ZmqRecvModule.cpp @@ -60,6 +60,8 @@ void ZmqRecvModule::start_recv( cout << (int) n_receiving_threads << endl; #endif + // TODO: Join threads if joinable and not yet joined. + is_receiving_ = true; for (uint8_t i_rec=0; i_rec < n_receiving_threads; i_rec++) {