Mo Dulies

Results 2 comments of Mo Dulies

I also see this issue. It seems to fail once I try to run things in parallel, and stats_job is called shortly after a job is created. I managed to...

Digging further into this, this will also trigger it: ``` var fivebeans = require('fivebeans'); var client = new fivebeans.client('localhost', 11300); client.connect(); // Allow a second to connect setTimeout(test, 1000); function...