Closed mirceaalexandru closed 8 years ago
seneca.use(require('seneca-cron'))
seneca.ready(function(){
console.log('READY CALLED')
seneca.use(require('seneca-user'))
})
when using seneca 2.0 the above ready function is never called. With 1.4.0. this is called correctly
@mirceaalexandru can you write a seneca unit test in the main seneca repo that reproduces this priblem - thanks
yes, I will do it now
@rjrodger seems to be working now - the ready() is called, even if it do not seems to be in the expected order - at least in my opinion. I am preparing a repo with an example for this
If Chairo options do not contain seneca, so seneca 1.4.0 will be used then I have:
@geek I am looking on this but maybe I will need some help.