Add todo to make code more robust

This commit is contained in:
2020-04-15 13:14:12 +02:00
parent 5df4afd509
commit 5d73a381f4
+2
View File
@@ -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++) {