-
-
Notifications
You must be signed in to change notification settings - Fork 261
Open
Description
I just got these warnings:
PHP Warning: uv_update_time(): passed UVLoop handle is already closed in .../vendor/amphp/amp/lib/Loop/UvDriver.php on line 193
PHP Warning: uv_now(): passed UVLoop handle is already closed in .../vendor/amphp/amp/lib/Loop/UvDriver.php on line 196
It happened right after an uncaught exception was thrown. Both warnings appeared several times. Then the process finally stopped.