fix(core): update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartsocket',
|
||||
version: '2.0.11',
|
||||
version: '2.0.12',
|
||||
description: 'easy and secure websocket communication'
|
||||
}
|
||||
|
@ -97,10 +97,10 @@ export class SmartsocketClient {
|
||||
getFunction: () => {
|
||||
const socketIoBrowserModule = (globalThis as any).io;
|
||||
console.log('loaded socket.io for browser');
|
||||
console.log(socketIoBrowserModule);
|
||||
return socketIoBrowserModule;
|
||||
},
|
||||
});
|
||||
console.log(socketIoClient);
|
||||
logger.log('info', 'trying to connect...');
|
||||
const socketUrl = `${this.serverUrl}:${this.serverPort}`;
|
||||
this.socketConnection = new SocketConnection({
|
||||
|
Reference in New Issue
Block a user