LiamKarlMitchell / InfiniteSky

InfiniteSky is an open-source mmorpg project, It is written in Node.JS
GNU General Public License v3.0
33 stars 42 forks source link

Grunt Task for EXP to Mongo has a race condition. #196

Open Arafy opened 8 years ago

Arafy commented 8 years ago

The code

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

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