Fix logs name for Events, try catch websocket closure

This commit is contained in:
nicolas.dorier
2017-12-17 22:57:27 +09:00
parent 34760afe77
commit 3d7445f359
3 changed files with 3 additions and 2 deletions

View File

@@ -235,6 +235,7 @@ namespace BTCPayServer.Controllers
await webSocket.CloseAsync(WebSocketCloseStatus.NormalClosure, "Closing", cts.Token);
}
}
catch { }
finally { webSocket.Dispose(); }
}