fix(core): update

This commit is contained in:
2020-09-29 19:42:38 +00:00
parent 9eac5ad336
commit a1443deafe
4 changed files with 3 additions and 114 deletions

View File

@ -72,7 +72,7 @@ export class SmartsocketClient {
webUrlArg: 'https://cdn.jsdelivr.net/npm/socket.io-client@2/dist/socket.io.js',
getFunction: () => {
return globalThis.io;
}
},
});
logger.log('info', 'trying to connect...');
const socketUrl = `${this.serverUrl}:${this.serverPort}`;

View File

@ -1,3 +1,3 @@
import * as plugins from './smartsocket.plugins';
export class SocketStats {}
export class SocketStats {}