Skip to content

Commit 7069d08

Browse files
committed
broken pipe error handling
1 parent 11526f3 commit 7069d08

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
@@ -32,6 +32,7 @@ protected function causedByLostConnection(Exception $e)
3232
'Transaction() on null',
3333
'child connection forced to terminate due to client_idle_limit',
3434
'Channel connection is closed',
35+
"Broken pipe",
3536
]);
3637
}
3738
}

0 commit comments

Comments
 (0)