We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64ebe76 + a2c5f1d commit e691bceCopy full SHA for e691bce
src/DaemonTrait.php
@@ -82,6 +82,8 @@ private function installSignalHandlers()
82
*/
83
private function checkDaemonLimits()
84
{
85
+ pcntl_signal_dispatch();
86
+
87
if (DaemonOptions::NO_LIMIT !== $this->requestLimit) {
88
if ($this->requestLimit <= $this->requestCount) {
89
throw new RequestLimitException('Daemon request limit reached ('.$this->requestCount.' of '.$this->requestLimit.')');
0 commit comments