mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
only main http server listener should run events pool
This commit is contained in:
@@ -364,7 +364,7 @@ namespace OpenSim.Framework.Servers
|
||||
if (ipaddr != null)
|
||||
m_Servers[port].ListenIPAddress = ipaddr;
|
||||
|
||||
m_Servers[port].Start();
|
||||
m_Servers[port].Start(false, false);
|
||||
|
||||
return m_Servers[port];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user