mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* OpenGridServices.Manager/GridServerConnectionManager.cs: Now sending
the session ID with each command
This commit is contained in:
@@ -45,6 +45,7 @@ namespace OpenGridServices.Manager
|
||||
try {
|
||||
Hashtable ShutdownParamsHT = new Hashtable();
|
||||
ArrayList ShutdownParams = new ArrayList();
|
||||
ShutdownParamsHT["session_id"]=this.SessionID.ToString();
|
||||
ShutdownParams.Add(ShutdownParamsHT);
|
||||
XmlRpcRequest GridShutdownReq = new XmlRpcRequest("shutdown",ShutdownParams);
|
||||
XmlRpcResponse GridResp = GridShutdownReq.Send(this.ServerURL,3000);
|
||||
|
||||
Reference in New Issue
Block a user