1.17.3
Event Dispatchers
- Fixed an issue where event dispatchers added via
Batch.EventDispatcher.addDispatcher()
were unregistered when Batch stopped: they will stay registered.
Statically declared (such as Batch's builtin ones) were unregistered and re-registered on start: those are now loaded only once in the Application's lifetime.