fix(core): update

This commit is contained in:
Philipp Kunz 2019-04-24 16:09:01 +02:00
parent 79ae7d2039
commit 114379c5b3

View File

@ -29,7 +29,9 @@ export class Smartsocket {
}
// tslint:disable-next-line:member-ordering
public setExternalServer = this.socketServer.setExternalServer;
public async setExternalServer (serverType: 'express' | 'http', serverArg: any) {
await this.socketServer.setExternalServer(serverType, serverArg);
}
/**
* starts smartsocket