DUNE-DAQ / iomanager

Package providing a unified API
0 stars 0 forks source link

Move NetworkSender mutex #61

Closed eflumerf closed 1 year ago

eflumerf commented 1 year ago

to avoid issue when one thread times out and resets sender pointer while another thread is waiting on the mutex, which leads to a segfault.