Closed rkt2spc closed 6 years ago
https://github.com/koajs/koa/blob/master/lib/application.js#L113
https://github.com/koajs/koa/blob/master/lib/application.js#L126
https://github.com/koajs/compose/blob/master/index.js#L42
The callback in use
should be in synchronous (like async/await
) or return a Promise
Why does this works:
and this doesn't: