impl-node: first start the node, then make it schedulable
We first need to issue the start command for driver nodes and then we can add the node to be scheduled. Else we might end up with nodes that receive the _process callback without the Start command being called first and we can crash. See #904
Loading
Please register or sign in to comment