mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Playing "Name that thread". Adding names and isbackground=true to all threads so it will be easier to debug.
This commit is contained in:
@@ -225,6 +225,7 @@ namespace OpenSim.Region.ClientStack
|
||||
RegisterLocalPacketHandlers();
|
||||
|
||||
m_clientThread = new Thread(new ThreadStart(AuthUser));
|
||||
m_clientThread.Name = "ClientThread";
|
||||
m_clientThread.IsBackground = true;
|
||||
m_clientThread.Start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user