try to work around robust shutdown/quit blocking on mono
parent
c7a02dc058
commit
1b8999b130
|
@ -309,7 +309,8 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||||
{
|
{
|
||||||
Thread.ResetAbort();
|
Thread.ResetAbort();
|
||||||
// Shouldn't set this to 'false', the normal shutdown should cause things to exit
|
// 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)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue