We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb058c commit 7508778Copy full SHA for 7508778
src/Queue/AmqpLibQueue.php
@@ -88,6 +88,7 @@ public function runLoop()
88
while (! $this->stopped) {
89
try {
90
$this->channel->wait(null, true, 1);
91
+ pcntl_signal_dispatch();
92
} catch (AMQPTimeoutException $ex) {
93
} catch (AMQPIOWaitException $ex) {
94
}
0 commit comments