Hi, I've described this issue in details in Meteor's issue tracker here. It appears that meterhacks:cluster package causes this issue. If I remove it everything is OK.
I'm using meteorhacks:cluster for multicore support as described here. No matter what is the value of CLUSTER_WORKERS_COUNT variable (auto, 1 or 2) I can easily reproduce this issue. I've also noticed that client refresh is slower while using meteorhacks:cluster.
Hi, I've described this issue in details in Meteor's issue tracker here. It appears that
meterhacks:cluster
package causes this issue. If I remove it everything is OK.I'm using
meteorhacks:cluster
for multicore support as described here. No matter what is the value ofCLUSTER_WORKERS_COUNT
variable (auto, 1 or 2) I can easily reproduce this issue. I've also noticed that client refresh is slower while usingmeteorhacks:cluster
.Thanks.