From bce7ba2b2eb1260fc3df8d7ba053b57da866fc4c Mon Sep 17 00:00:00 2001 From: Matei Stanca Date: Sun, 16 Jul 2023 14:14:59 -0400 Subject: [PATCH] Issue #3: Removed $loop->run() as ReactPHP does this automagically. --- .do/run-background-tasks.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/.do/run-background-tasks.php b/.do/run-background-tasks.php index fdd75a3f..9332cee6 100644 --- a/.do/run-background-tasks.php +++ b/.do/run-background-tasks.php @@ -42,5 +42,3 @@ }); }); - -$loop->run();