Catch websockets exceptions

This commit is contained in:
nicolas.dorier 2019-10-23 16:11:20 +09:00
parent 93cdbf7a1a
commit 2249ee195a
No known key found for this signature in database
GPG key ID: 6618763EF09186FE
2 changed files with 2 additions and 1 deletions

View file

@ -358,6 +358,7 @@ namespace BTCPayServer.Controllers
break;
}
}
catch(WebSocketException) { }
finally
{
leases.Dispose();

View file

@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.0.3.134</Version>
<Version>1.0.3.135</Version>
</PropertyGroup>
</Project>