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 7854b40 commit 80ff832Copy full SHA for 80ff832
src/Services/FileMakerConnection.php
@@ -676,7 +676,7 @@ protected function retryMiddleware()
676
$log_message = null;
677
678
// Retry connection exceptions
679
- if ($exception instanceof ConnectException) {
+ if ($exception instanceof TransferException) {
680
$should_retry = true;
681
$log_message = 'Connection Error: ' . $exception->getMessage();
682
}
0 commit comments