Skip to content

Commit

Permalink
Merge branch '6.4' into 7.0
Browse files Browse the repository at this point in the history
* 6.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
  revert to native PHP union types
  [Validator] Missing translations for Russian (ru) #53775
  fix syntax errors on PHP 7
  • Loading branch information
nicolas-grekas committed Feb 7, 2024
2 parents 35569f7 + 873ea3b commit 638bef4
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 638bef4

Please sign in to comment.