You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic seems to be along the lines with _throwDispatchException, but the method is called only if the event manager is defined #L859. It would be actually nice to have access to the internal method to be able to implement the handling logic within the dispatcher.
Decoupling it into a separate event listener of a separate event manager might not always be desired. I personally want to keep the critical logic with the dispatcher and not be able to simply unset the event manager to loose it.
The text was updated successfully, but these errors were encountered:
The logic seems to be along the lines with _throwDispatchException, but the method is called only if the event manager is defined #L859. It would be actually nice to have access to the internal method to be able to implement the handling logic within the dispatcher.
Decoupling it into a separate event listener of a separate event manager might not always be desired. I personally want to keep the critical logic with the dispatcher and not be able to simply unset the event manager to loose it.
The text was updated successfully, but these errors were encountered: