Add promise versions of start and stop
Opened this issue · 0 comments
NightWing1998 commented
Can we have promise based implementations of local start and stop?
The callbacks are good as well but providing the promise based implementations as well would make it easier in certain cases especially with more and more async await patterns being used in js.