mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Catch ObjectDisposedException while reconnecting
Seems also related to issue #19.
This commit is contained in:
parent
6b68c599f5
commit
25bf5a8ca9
1 changed files with 1 additions and 0 deletions
|
|
@ -580,6 +580,7 @@ namespace MinecraftClient
|
||||||
catch (SocketException) { }
|
catch (SocketException) { }
|
||||||
catch (System.IO.IOException) { }
|
catch (System.IO.IOException) { }
|
||||||
catch (NullReferenceException) { }
|
catch (NullReferenceException) { }
|
||||||
|
catch (ObjectDisposedException) { }
|
||||||
}
|
}
|
||||||
|
|
||||||
private List<ChatBot> bots = new List<ChatBot>();
|
private List<ChatBot> bots = new List<ChatBot>();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue