Skip to content

1.17.3

Compare
Choose a tag to compare
@abarisain abarisain released this 04 Nov 17:24
· 18 commits to master since this release

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.