mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
try to work around robust shutdown/quit blocking on mono
This commit is contained in:
@@ -309,7 +309,8 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
{
|
||||
Thread.ResetAbort();
|
||||
// Shouldn't set this to 'false', the normal shutdown should cause things to exit
|
||||
// m_running = false;
|
||||
// but robust is still not normal neither is mono
|
||||
m_running = false;
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user