mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Catch websockets exceptions
This commit is contained in:
@@ -358,6 +358,7 @@ namespace BTCPayServer.Controllers
|
||||
break;
|
||||
}
|
||||
}
|
||||
catch(WebSocketException) { }
|
||||
finally
|
||||
{
|
||||
leases.Dispose();
|
||||
|
||||
Reference in New Issue
Block a user