-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.3
-
Fix Version/s: 3.1.4-RC1
-
Component/s: Events
-
Labels:None
-
GitHub Pull Request URL:
kernel_terminate_subscriber calls exit_handler() which calls exit. Because of that it should have a very low priority (-10000 per example) to ensure that it's the last called event, otherwise it could prevent other event listeners to be called.