mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* minor: Remove my own stupidity in the last doc comment - it wouldn't actually be all that tricky to try better clean up on a client thread crash. Haven't actually implemented
this, though
This commit is contained in:
@@ -727,9 +727,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
{
|
||||
// Don't let a failure in an individual client thread crash the whole sim.
|
||||
// FIXME: could do more sophisticated cleanup since leaving client resources around may
|
||||
// cause instability for the region server over time. However, it could be a little tricky to
|
||||
// prevent an exception loop if the client thread has already crashed due to some unexpected
|
||||
// situation.
|
||||
// cause instability for the region server over time.
|
||||
m_log.ErrorFormat("[CLIENT]: Client thread for {0} {1} crashed. Exception {2}", Name, AgentId, e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user