mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Fix logs name for Events, try catch websocket closure
This commit is contained in:
@@ -235,6 +235,7 @@ namespace BTCPayServer.Controllers
|
||||
await webSocket.CloseAsync(WebSocketCloseStatus.NormalClosure, "Closing", cts.Token);
|
||||
}
|
||||
}
|
||||
catch { }
|
||||
finally { webSocket.Dispose(); }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user