From 1b8999b1300b7b9cb17d610c677496114b650d5a Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 12 Mar 2019 11:14:59 +0000 Subject: [PATCH] try to work around robust shutdown/quit blocking on mono --- .../Framework/Servers/HttpServer/PollServiceRequestManager.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs b/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs index 14e21a2167..790aa99974 100755 --- a/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs +++ b/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs @@ -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) {