зеркало из https://github.com/nextcloud/spreed.git
Print log when no longer pulling messages due to repeated failures
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Родитель
d55617ca22
Коммит
4cb08c0527
|
@ -639,6 +639,8 @@
|
|||
// Request has been aborted. Ignore.
|
||||
} else if (this.currentRoomToken) {
|
||||
if (this.pullMessagesFails >= 3) {
|
||||
console.log('Stop pulling messages after repeated failures');
|
||||
|
||||
this._trigger('pullMessagesStoppedOnFail');
|
||||
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче