fix(core): update

This commit is contained in:
Philipp Kunz 2021-01-23 04:51:48 +00:00
parent 16305a4cf8
commit 825a264327

View File

@ -59,9 +59,6 @@ export class TypedSocket {
},
smartsocketServer
);
if (smartexpressServerArg && smartexpressServerArg.serverStatus !== 'running') {
await smartexpressServerArg.start()
}
await smartsocketServer.start();
return typedsocket;