Родитель
35c24aa2b9
Коммит
a38b29ef31
|
@ -417,8 +417,8 @@ Connection.prototype.setCacheLength = function(newLength) {
|
|||
*/
|
||||
Connection.prototype.bufferNotification = function (notification) {
|
||||
if (notification.retryLimit === 0) {
|
||||
this.raiseError(Errors['retryCountExceeded'], notification);
|
||||
this.emit('transmissionError', Errors['retryCountExceeded'], notification.notification, notification.recipient);
|
||||
this.raiseError(Errors['retryLimitExceeded'], notification);
|
||||
this.emit('transmissionError', Errors['retryLimitExceeded'], notification.notification, notification.recipient);
|
||||
return;
|
||||
}
|
||||
notification.retryLimit -= 1;
|
||||
|
|
Загрузка…
Ссылка в новой задаче