diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index f9bca1e35..8a786aeec 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -1084,6 +1084,7 @@ define([ channel.queue.forEach(function (data) { channel.sendMessage(data.message, clientId); }); + channel.queue = []; channel.bcast("PAD_CONNECT", { myID: wc.myID, id: wc.id,