Skip to content

Commit d59fce3

Browse files
authored
Merge pull request #651 from webmake/0.8
Fix ping to check each connection, not only first one
2 parents efcc054 + 692ef21 commit d59fce3

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
@@ -37,7 +37,7 @@ public function onPreReceived(Context $context)
3737
}
3838

3939
if ($connection->ping()) {
40-
return;
40+
continue;
4141
}
4242

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

0 commit comments

Comments
 (0)