* 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
0.6.0-stable
Justin Clarke Casey 2008-06-03 21:00:37 +00:00
parent 723c9eccad
commit 8983877664
1 changed files with 1 additions and 3 deletions

View File

@ -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);
}
}