only main http server listener should run events pool
parent
292a9c9cd7
commit
9e71b5575a
|
@ -364,7 +364,7 @@ namespace OpenSim.Framework.Servers
|
||||||
if (ipaddr != null)
|
if (ipaddr != null)
|
||||||
m_Servers[port].ListenIPAddress = ipaddr;
|
m_Servers[port].ListenIPAddress = ipaddr;
|
||||||
|
|
||||||
m_Servers[port].Start();
|
m_Servers[port].Start(false, false);
|
||||||
|
|
||||||
return m_Servers[port];
|
return m_Servers[port];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue