Close Instance

This commit is contained in:
Natsumi
2024-03-19 09:19:48 +13:00
parent 5b0dad9068
commit 30eb13548d
7 changed files with 160 additions and 11 deletions

View File

@@ -740,7 +740,7 @@ namespace VRCX
listener?.Stop();
listener?.Close();
}
catch (ObjectDisposedException ex)
catch (ObjectDisposedException)
{
// ignore
}