From 2fbb2338c5986a3206c0ea5211286f7f9a3d2cdd Mon Sep 17 00:00:00 2001 From: howard-stearns Date: Tue, 25 Oct 2016 14:56:05 -0700 Subject: [PATCH] don't complain about other's finishedSound messages --- scripts/developer/tests/performance/crowd-agent.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/developer/tests/performance/crowd-agent.js b/scripts/developer/tests/performance/crowd-agent.js index 5586648300..6768b41318 100644 --- a/scripts/developer/tests/performance/crowd-agent.js +++ b/scripts/developer/tests/performance/crowd-agent.js @@ -16,7 +16,7 @@ var MESSAGE_CHANNEL = "io.highfidelity.summon-crowd"; -print('crowd-agent version 2'); +print('crowd-agent version 3'); /* Observations: - File urls for AC scripts silently fail. Use a local server (e.g., python SimpleHTTPServer) for development. @@ -102,6 +102,7 @@ function messageHandler(channel, messageString, senderID) { messageSend({key: 'hello'}); // Allow the coordinator to count responses and make assignments. break; case 'hello': // ignore responses (e.g., from other agents) + case 'finishedSound': break; case "SUMMON": if (message.rcpt === Agent.sessionUUID) {