This commit is contained in:
BruceChen 2022-10-07 21:49:05 +08:00
parent 77d858dc35
commit c1a04fe5bf
12 changed files with 57 additions and 27 deletions

View file

@ -243,6 +243,7 @@ namespace MinecraftClient.Protocol.Handlers
}
catch (ObjectDisposedException) { }
catch (OperationCanceledException) { }
catch (NullReferenceException) { }
if (cancelToken.IsCancellationRequested)
return;