fix(core): update

This commit is contained in:
2019-09-17 15:40:54 +02:00
parent 9a142175aa
commit 23df304535
5 changed files with 20 additions and 21 deletions
+1
View File
@@ -178,6 +178,7 @@ export class Universe {
* stop everything
*/
public async stopServer() {
console.log('hi');
await this.smartsocket.stop();
if (!this.options.externalServer) {
await this.smartexpressServer.stop();