=Fixed problem with the stoppable wrapper not triggering the listen method on the http server object

This commit is contained in:
Tobias Andersen
2020-08-20 11:12:16 +02:00
parent 0ee6ba4049
commit d263219c2b
@@ -223,8 +223,6 @@ export class ServiceBuilderImpl implements ServiceBuilder {
logger.info(`Listening on ${host}:${port}`);
}), 0);
//stoppableServer.listen(port, host);
useHotCleanup(this.module, () =>
stoppableServer.stop((e: any) => {
if (e) console.error(e);