InfiniteSky icon indicating copy to clipboard operation
InfiniteSky copied to clipboard

Grunt Task for EXP to Mongo has a race condition.

Open Arafy opened this issue 8 years ago • 0 comments

The code

Exp.once('loaded', function(){
    done(true);
});`

Can be called prior to getting a response for all saves from the DB.

Arafy avatar Jul 15 '16 14:07 Arafy