Why is the ControllerActor not the one in charge of the controller?
The stack itself which is clearly a bug
For 2., its quite simple.
For 1. this PR made the assumption that the read of the actor happens while the actor is being changed (take_control), therefore leading to this weird, transient error.
Attempt to fix https://github.com/DUNE-DAQ/drunc/issues/268 There are 2 problem in that issue:
For 2., its quite simple. For 1. this PR made the assumption that the read of the actor happens while the actor is being changed (take_control), therefore leading to this weird, transient error.