8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f129e3b commit 22e105dCopy full SHA for 22e105d
src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/Connection.php
@@ -182,6 +182,7 @@ public function reject(string $id): void
182
public function getMessageCount(): int
183
{
184
try {
185
+ $this->client->useTube($this->tube);
186
$tubeStats = $this->client->statsTube($this->tube);
187
} catch (Exception $exception) {
188
throw new TransportException($exception->getMessage(), 0, $exception);
0 commit comments