Forums › 💬 NodeCanvas › ⚙️ Support › [BUG] SendEvent with missing BB parameter halts execution › Reply To: [BUG] SendEvent with missing BB parameter halts execution
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!