mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore: update dotnet-bot's idea of what errors are our problem
This commit is contained in:
parent
84652d6e3d
commit
e88486cb41
2 changed files with 6 additions and 5 deletions
|
|
@ -72,7 +72,8 @@ public class ShardConnection: IAsyncDisposable
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.Error(e, "Shard {ShardId}: Error reading from WebSocket");
|
||||
// these are never useful
|
||||
// _logger.Error(e, "Shard {ShardId}: Error reading from WebSocket");
|
||||
// force close so we can "reset"
|
||||
await CloseInner(WebSocketCloseStatus.NormalClosure, null);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue