Another TestClient fix
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2293 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -243,7 +243,12 @@ namespace OpenMetaverse.TestClient
|
||||
foreach (TestClient client in clientsCopy.Values)
|
||||
{
|
||||
ThreadPool.QueueUserWorkItem((WaitCallback)
|
||||
delegate(object state) { client.DoCommand(cmd, fromAgentID); ++completed; });
|
||||
delegate(object state)
|
||||
{
|
||||
Logger.Log(client.Commands[firstToken].Execute(args, fromAgentID),
|
||||
Helpers.LogLevel.Info);
|
||||
++completed;
|
||||
});
|
||||
}
|
||||
|
||||
while (completed < clientsCopy.Count)
|
||||
|
||||
Reference in New Issue
Block a user