mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Disabled some thread aborts in the IRC module that I added earlier and don't seem necessary
This commit is contained in:
@@ -935,8 +935,8 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Chat
|
||||
m_connected = false;
|
||||
m_enabled = false;
|
||||
|
||||
listener.Abort();
|
||||
pingSender.Abort();
|
||||
//listener.Abort();
|
||||
//pingSender.Abort();
|
||||
|
||||
m_writer.Close();
|
||||
m_reader.Close();
|
||||
|
||||
Reference in New Issue
Block a user