mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Fixed DNS resolve bug for Grid mode on multi-Homer systems.
This commit is contained in:
@@ -164,6 +164,7 @@ namespace OpenSim.Framework.Data
|
||||
ArrayList SendParams = new ArrayList();
|
||||
SendParams.Add(requestData);
|
||||
XmlRpcRequest GridReq = new XmlRpcRequest("simulator_data_request", SendParams);
|
||||
Console.WriteLine("Requesting response from GridServer URL: " + gridserver_url);
|
||||
XmlRpcResponse GridResp = GridReq.Send(gridserver_url, 3000);
|
||||
|
||||
Hashtable responseData = (Hashtable)GridResp.Value;
|
||||
|
||||
Reference in New Issue
Block a user