Skip to content

Commit

Permalink
refactor: log signaling server message
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Jan 31, 2024
1 parent 946d242 commit 2aa213d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/connector/signaling/signaling-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export const SignalingClient = (input: {
else if (message.info !== 'confirmation')
logger?.trace(`🛰💬⬇️ received:`, message)

logger?.trace(message)
subjects.onMessageSubject.next(message)
})
}
Expand Down

0 comments on commit 2aa213d

Please sign in to comment.