fix bug with mixing topics and wskeys

This commit is contained in:
tiagosiebler
2022-09-16 19:39:33 +01:00
parent 350ed53a65
commit 2766a17fe8
4 changed files with 163 additions and 7 deletions

View File

@@ -105,7 +105,7 @@ export function listenToSocketEvents(wsClient: WebsocketClient) {
export function logAllEvents(wsClient: WebsocketClient) {
wsClient.on('update', (data) => {
console.log('wsUpdate: ', JSON.stringify(data, null, 2));
// console.log('wsUpdate: ', JSON.stringify(data, null, 2));
});
wsClient.on('open', (data) => {