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