niclar
niclar
"Do you understand you correctly and you would like to detect this on publisher side as well?" It's sufficient to detect this on the subscriber side. "But with the subscriber...
Yeah.. terminating in these circumstances is quite bad in our production context. With the blocking we at least get an early indication upstream (publications start taking more time, or some...
@elfenpiff, yes that will suffice.
cmdLineArgs.monitoringMode = iox::roudi::MonitoringMode::ON; seem to remedy the above
-let me get back in a few days with trace logging set (for this commit), a bit busy atm...
Yes exposing the listener working thread , the `std::thread` or `std::thread::native_handle` would facilitate modifying the thread directly. In my case multiple listeners was allocated to the same core but I...
"If you would like to add more jobs to the thread" -we're fine with dedicating a worker thread per listener. -On a somewhat related note, we're hitting the maximum number...
@elfenpiff -Yeah, for sure, sounds like real luxury :)
@DimitrisStaratzis any updates on the windows build ?
@nevun can we get some cmake build support from the lib ?