We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372678d commit efbfa92Copy full SHA for efbfa92
Transport/RoundRobinTransport.php
@@ -88,6 +88,7 @@ protected function getNextTransport(MessageInterface $message): ?TransportInterf
88
$transport = $this->transports[$cursor];
89
90
if (!$transport->supports($message)) {
91
+ $cursor = $this->moveCursor($cursor);
92
continue;
93
}
94
0 commit comments