We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce0f53 commit c5bebdaCopy full SHA for c5bebda
1 file changed
src/utils/signaling.js
@@ -543,7 +543,7 @@ Signaling.Internal.prototype._startPullingMessages = function() {
543
if (token !== this.currentRoomToken) {
544
// User navigated away in the meantime. Ignore
545
} else if (isCancel(error) || error.code === 'ECONNABORTED') {
546
- console.debug('Pulling messages request was cancelled or aborted')
+ console.debug('Pulling messages request was cancelled or aborted')
547
} else if (error?.response?.status === 409) {
548
// Participant joined a second time and this session was killed
549
console.error('Session was killed but the conversation still exists')
0 commit comments