mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 17:36:59 +01:00
Catch websockets exceptions
This commit is contained in:
parent
93cdbf7a1a
commit
2249ee195a
2 changed files with 2 additions and 1 deletions
|
@ -358,6 +358,7 @@ namespace BTCPayServer.Controllers
|
|||
break;
|
||||
}
|
||||
}
|
||||
catch(WebSocketException) { }
|
||||
finally
|
||||
{
|
||||
leases.Dispose();
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.0.3.134</Version>
|
||||
<Version>1.0.3.135</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Reference in a new issue