* 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, though0.6.0-stable
parent
723c9eccad
commit
8983877664
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue