We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f4b2b1 + d02c657 commit 8f86cf9Copy full SHA for 8f86cf9
1 file changed
pkg/gearman/GearmanConsumer.php
@@ -59,7 +59,7 @@ public function receive(int $timeout = 0): ?Message
59
$message = GearmanMessage::jsonUnserialize($job->workload());
60
});
61
62
- while ($this->worker->work());
+ $this->worker->work();
63
} finally {
64
restore_error_handler();
65
}
0 commit comments