-
Improvement
-
Resolution: Fixed
-
Major
-
3.1.3
-
None
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.