Skip to content

Commit efbfa92

Browse files
alirezamirsepassifabpot
authored andcommitted
[Notifier] Fix infinite loop on round robin transport
1 parent 372678d commit efbfa92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Transport/RoundRobinTransport.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ protected function getNextTransport(MessageInterface $message): ?TransportInterf
8888
$transport = $this->transports[$cursor];
8989

9090
if (!$transport->supports($message)) {
91+
$cursor = $this->moveCursor($cursor);
9192
continue;
9293
}
9394

0 commit comments

Comments
 (0)