From 9b6ebf03005dba69b4c8bc36d1a97b402934f8af Mon Sep 17 00:00:00 2001 From: NicolasDorier Date: Wed, 27 Sep 2017 23:59:04 +0900 Subject: [PATCH] fix infinite loop --- BTCPayServer/Hosting/BTCPayServerServices.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BTCPayServer/Hosting/BTCPayServerServices.cs b/BTCPayServer/Hosting/BTCPayServerServices.cs index c19ab5268..b7723b8c1 100644 --- a/BTCPayServer/Hosting/BTCPayServerServices.cs +++ b/BTCPayServer/Hosting/BTCPayServerServices.cs @@ -185,6 +185,7 @@ namespace BTCPayServer.Hosting try { act(); + return; } catch {