Open jeffchan opened 12 years ago
group.now.distribute(msg);
throws a reference error when group size is zero, which leads to this rather annoying fix:
group.count(function(num) { if (num > 0) { group.now.distribute(msg); } });
I propose that the RPCs simply get skipped if group size is 0.
I can't reproduce this.
throws a reference error when group size is zero, which leads to this rather annoying fix:
I propose that the RPCs simply get skipped if group size is 0.