I tried to use the latest version of drakov 1.0.4. We have a gradle task that depends on the message Listening on port that is printed in the callback (https://github.com/Aconex/drakov/blob/master/lib/setup.js#L10). After upgrading the callback is not called after server loads all the API blueprint files. One observation is that, it is getting called after I send a request to drakov or open another terminal tab. After doing a git bisect I found it started after moving to drafter from drafter.js module in the commit (9f91708#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R32). It is reproducible in node 4, 6, 8 versions.
I tried to use the latest version of drakov 1.0.4. We have a gradle task that depends on the message
Listening on portthat is printed in the callback (https://github.com/Aconex/drakov/blob/master/lib/setup.js#L10). After upgrading the callback is not called after server loads all the API blueprint files. One observation is that, it is getting called after I send a request to drakov or open another terminal tab. After doing agit bisectI found it started after moving todrafterfromdrafter.jsmodule in the commit (9f91708#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R32). It is reproducible in node 4, 6, 8 versions.