reload icon indicating copy to clipboard operation
reload copied to clipboard

When using webSocketServerWaitStart don't return a promise

Open alallier opened this issue 6 years ago • 0 comments

Don't return a promise here. This isn't asynchronous code and allows us to load in reload in the express middleware step without having to wait for a promise to resolve. Then this step can be static.

alallier avatar Oct 22 '19 00:10 alallier