Run event callback in a try-catch so that we can handle fatals
If an event callback fatals or times out, it can deadlock. By catching the fatal (PHP 7+), deadlock is avoided. Fixes #105 Fixes #117
Please register or sign in to comment
If an event callback fatals or times out, it can deadlock. By catching the fatal (PHP 7+), deadlock is avoided. Fixes #105 Fixes #117