Hey!
I'm working on an express app.
I saw this project and decided to give it a go.
However, I saw that the terminate function only takes a callback and doesn't have support for Promises instead of a callback.
I can indeed easily work around this, by making a function that wraps terminate() in a Promise, but I'd like to know if someday we'll have official support for it here. (I can contribute for this)
Cheers,
Adam
Hey!
I'm working on an express app.
I saw this project and decided to give it a go.
However, I saw that the terminate function only takes a callback and doesn't have support for Promises instead of a callback.
I can indeed easily work around this, by making a function that wraps terminate() in a Promise, but I'd like to know if someday we'll have official support for it here. (I can contribute for this)
Cheers,
Adam