Multiple receive event tasks ok?

JasonT

Member
Quick question about receive event tasks, if I have multiple receive event tasks in different branches of a tree listening for the same event name, does this result in undefined behavior or race condition? Or is there some logic to which ones would take priority, like if a branch is already running?
 
Top