You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 agit bisect
I found it started after moving todrafter
fromdrafter.js
module in the commit (9f91708#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R32). It is reproducible in node 4, 6, 8 versions.The text was updated successfully, but these errors were encountered: