Skip to content

Commit

Permalink
Delete unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor committed Jan 24, 2025
1 parent 3eab92b commit ea829e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Events/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,8 @@ public function run(): void
$this->tick();
}

if ($this->signalEvents) {
// Calls signal handlers for pending signals
pcntl_signal_dispatch();
}
// Calls signal handlers for pending signals
pcntl_signal_dispatch();
}
}

Expand Down

0 comments on commit ea829e3

Please sign in to comment.