alallier/reload

When using webSocketServerWaitStart don't return a promise

alallier opened this issue · 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.