fix(core): update

This commit is contained in:
2020-12-16 01:38:57 +00:00
parent 15df24bf68
commit 57c748657a
3 changed files with 18 additions and 9 deletions

View File

@@ -143,7 +143,7 @@ export class SocketConnection {
}
});
this.socket.on('functionResponse', (dataArg: ISocketRequestDataObject<any>) => {
logger.log('info', `received response for request with id ${dataArg.shortId}`);
// logger.log('info', `received response for request with id ${dataArg.shortId}`);
const targetSocketRequest = SocketRequest.getSocketRequestById(
this.smartsocketRef,
dataArg.shortId