Fixed: A crash when the host disconnects
This commit is contained in:
@@ -187,6 +187,7 @@ namespace OpenRA.Network
|
||||
}
|
||||
catch (SocketException) { /* drop this on the floor; we'll pick up the disconnect from the reader thread */ }
|
||||
catch (ObjectDisposedException) { /* ditto */ }
|
||||
catch (InvalidOperationException) { /* ditto */ }
|
||||
}
|
||||
|
||||
bool disposed = false;
|
||||
|
||||
Reference in New Issue
Block a user