Skip to content

Commit 11526f3

Browse files
committed
improved failure detection
1 parent 5fba0d4 commit 11526f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Traits/AMQPFailureDetector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ protected function causedByLostConnection(Exception $e)
3131
'Resource deadlock avoided',
3232
'Transaction() on null',
3333
'child connection forced to terminate due to client_idle_limit',
34+
'Channel connection is closed',
3435
]);
3536
}
3637
}

0 commit comments

Comments
 (0)