Skip to content

Commit

Permalink
fix: unreference watcher by default
Browse files Browse the repository at this point in the history
  • Loading branch information
azjezz committed May 19, 2024
1 parent f013de4 commit c332fc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Watcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public function __construct(Configuration $configuration, IndexerInterface $inde
});

EventLoop::disable($this->eventLoopWatcherId);
EventLoop::unreference($this->eventLoopWatcherId);
}

/**
Expand Down

0 comments on commit c332fc6

Please sign in to comment.