thread.abort is gone. Coment out so things compile

This commit is contained in:
UbitUmarov
2022-10-02 11:30:41 +01:00
parent fc3543c24a
commit f6a47a9f47
9 changed files with 23 additions and 16 deletions

View File

@@ -1799,10 +1799,12 @@ namespace OpenSim.Region.ClientStack.LindenUDP
incomingPacket = null;
}
}
/*
catch (ThreadAbortException)
{
Thread.ResetAbort();
}
*/
catch (Exception ex)
{
m_log.Error("[LLUDPSERVER]: Error in the incoming packet handler loop: " + ex.Message, ex);