Reply To: [BUG] SendEvent with missing BB parameter halts execution

Forums 💬 NodeCanvas ⚙️ Support [BUG] SendEvent with missing BB parameter halts execution Reply To: [BUG] SendEvent with missing BB parameter halts execution

#16653
Gavalakis
Keymaster

    Hello again.

    Thanks for letting me know. I have just added a string.IsNullOrEmpty check in the Dispatch method in MessageRouter, so that the fix is more generic for all actions or other cases where events through MessageRouter are sent.

    Thanks!