Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  Skip Twig v3.9-dev for now
  [Validator] Update Dutch (nl) translation
  Update Albanian translations
  [Validator] Update translation
  [FrameworkBundle] Prevent silenced warning by checking if /proc/mount exists
  [VarDumper][PhpUnitBridge] Fix color detection
  prevent throwing NOT_FOUND error when tube is empty
  [Validator] Update missing validator translation for Swedish
  [FrameworkBundle] Fix eager-loading of env vars in ConfigBuilderCacheWarmer
  [Messenger] Fix failing Redis test
  [Validator] Update Italian (it) translations
  [Validator] Missing translations for Hungarian (hu) #53769
  • Loading branch information
nicolas-grekas committed Feb 7, 2024
2 parents 0e52354 + 4da0259 commit 873ea3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Transport/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ public function reject(string $id): void
public function getMessageCount(): int
{
try {
$this->client->useTube($this->tube);
$tubeStats = $this->client->statsTube($this->tube);
} catch (Exception $exception) {
throw new TransportException($exception->getMessage(), 0, $exception);
Expand Down

0 comments on commit 873ea3b

Please sign in to comment.