mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-09 22:55:42 +00:00
catch (ChannelClosedException)
This commit is contained in:
parent
df9a774e55
commit
394d829e6e
@ -298,7 +298,7 @@ public sealed partial class VirtualParadiseClient
|
||||
await _worldListChannel.Writer.WriteAsync(world).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
catch
|
||||
catch (ChannelClosedException)
|
||||
{
|
||||
if (_worlds.TryGetValue(name, out world!))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user