Don't complain about expected count on stop.
This commit is contained in:
parent
f8ee7b489d
commit
0340f8b6b1
|
@ -215,8 +215,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
$clear(update_ref);
|
$clear(update_ref);
|
||||||
recv_cnt = 0;
|
|
||||||
update_stats(); // Final numbers
|
update_stats(); // Final numbers
|
||||||
|
recv_cnt = 0;
|
||||||
|
|
||||||
$('connectButton').value = "Start";
|
$('connectButton').value = "Start";
|
||||||
$('connectButton').onclick = connect;
|
$('connectButton').onclick = connect;
|
||||||
|
|
Loading…
Reference in New Issue