fix(core): update

This commit is contained in:
2022-01-20 16:50:25 +01:00
parent 608669ec44
commit 7c98e19988
5 changed files with 73 additions and 60 deletions

View File

@@ -197,7 +197,7 @@ export class SocketConnection {
this.remoteTagStoreObservable.next(tagStoreArg);
});
logger.log('info', `now listening to function requests for ${this.alias}`);
logger.log('info', `now listening to function requests for ${this.alias} on side ${this.side}`);
done.resolve(this);
} else {
const errMessage = 'socket needs to be authenticated first';