From c332fc6133849c6f627ac9607e90aaea6f852e31 Mon Sep 17 00:00:00 2001 From: azjezz Date: Sun, 19 May 2024 09:34:08 +0100 Subject: [PATCH] fix: unreference watcher by default --- src/Watcher.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Watcher.php b/src/Watcher.php index 64172fa..5719c54 100644 --- a/src/Watcher.php +++ b/src/Watcher.php @@ -82,6 +82,7 @@ public function __construct(Configuration $configuration, IndexerInterface $inde }); EventLoop::disable($this->eventLoopWatcherId); + EventLoop::unreference($this->eventLoopWatcherId); } /**