Hey,
I have figured out, if you have this setup, the SendEventMessage Node is getting triggered, but no Event is thrown, so it is stuck in runtime:
1 Run in Parallel until Any Succeds
Left branch: Repeat until Success and something that is always false.
Right branch: A Node that will succeed
Combine both branches with the WaitForAny Node and child an Send Event Message Node to it.
The Child Send Event Message Node is getting called, but the Event is not thrown. I doublechecked that with a breakpoint and with an external Monobehavior Listener. The Breakpoint gets triggered, but neither my Monobehavior Listener or the Restart Node on Top recieves the Event, so I assume it is not getting thrown.
![]()
----- END OF BUG -----
This took me a while to figure out, here is where it occured to me for the first time:
Thank you for your Time,
Nixon S.

