Merge pull request #1971 from nextcloud/fix-pending-forced-reconnection-after-websocket-reconnection

Fix pending forced reconnection after WebSocket reconnection
This commit is contained in:
Ivan Sein 2019-07-22 16:26:03 +02:00 коммит произвёл GitHub
Родитель a8435be8bb 9688cabf36
Коммит 9d42761333
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -876,6 +876,8 @@
}
this._forceReconnect = true;
this.resumeId = null;
this.signalingRoomJoined = null;
return;
}