浏览代码

Don't complain about expected count on stop.

Joel Martin 15 年之前
父节点
当前提交
0340f8b6b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      wstest.html

+ 1 - 1
wstest.html

@@ -215,8 +215,8 @@
             }
 
             $clear(update_ref);
-            recv_cnt = 0;
             update_stats(); // Final numbers
+            recv_cnt = 0;
 
             $('connectButton').value = "Start";
             $('connectButton').onclick = connect;