This code does nothing
This commit is contained in:
Родитель
b1afaa168a
Коммит
d173398ce5
|
@ -626,11 +626,6 @@ Connection.prototype.raiseError = function(errorCode, notification, recipient) {
|
|||
* @return {Boolean} Write completed, returns true if socketDrained should be called by the caller of this method.
|
||||
*/
|
||||
Connection.prototype.transmitNotification = function(socket, notification) {
|
||||
if (!this.socketAvailable(socket)) {
|
||||
this.bufferNotification(notification);
|
||||
return;
|
||||
}
|
||||
|
||||
var token = notification.recipient.token;
|
||||
var encoding = notification.notification.encoding || "utf8";
|
||||
var message = notification.notification.compile();
|
||||
|
|
Загрузка…
Ссылка в новой задаче