fix(core): update
This commit is contained in:
parent
79ae7d2039
commit
114379c5b3
@ -29,7 +29,9 @@ export class Smartsocket {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// tslint:disable-next-line:member-ordering
|
// 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
|
* starts smartsocket
|
||||||
|
Loading…
Reference in New Issue
Block a user