diff --git a/BTCPayServer/Controllers/InvoiceController.UI.cs b/BTCPayServer/Controllers/InvoiceController.UI.cs index 27e3810c6..96f8c9196 100644 --- a/BTCPayServer/Controllers/InvoiceController.UI.cs +++ b/BTCPayServer/Controllers/InvoiceController.UI.cs @@ -358,6 +358,7 @@ namespace BTCPayServer.Controllers break; } } + catch(WebSocketException) { } finally { leases.Dispose(); diff --git a/Build/Version.csproj b/Build/Version.csproj index 661604351..e351f4a16 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.0.3.134 + 1.0.3.135