Skip to content

Commit 72d4097

Browse files
author
webmake
committed
Fix ping to check each connection, not only first one
1 parent 973ac0f commit 72d4097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/enqueue-bundle/Consumption/Extension/DoctrinePingConnectionExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function onMessageReceived(MessageReceived $context): void
3131
}
3232

3333
if ($connection->ping()) {
34-
return;
34+
continue;
3535
}
3636

3737
$context->getLogger()->debug(

0 commit comments

Comments
 (0)