diff --git a/src/Simplex/Messaging/Agent/Client.hs b/src/Simplex/Messaging/Agent/Client.hs index 27223b12f..7508d35e0 100644 --- a/src/Simplex/Messaging/Agent/Client.hs +++ b/src/Simplex/Messaging/Agent/Client.hs @@ -1142,6 +1142,8 @@ temporaryAgentError :: AgentErrorType -> Bool temporaryAgentError = \case BROKER _ NETWORK -> True BROKER _ TIMEOUT -> True + SMP (SMP.PROXY SMP.TIMEOUT) -> True + NTF (SMP.PROXY SMP.TIMEOUT) -> True INACTIVE -> True _ -> False {-# INLINE temporaryAgentError #-}