Comparing version 1.1.5 to 1.1.6
@@ -54,3 +54,3 @@ var tls = require('tls'); | ||
var onDrain = function () { | ||
while (writeBuffer.length && self.socket.bufferSize == 0) { | ||
while (writeBuffer.length && self.socket.socket.bufferSize == 0) { | ||
writeNotificationToSocket(writeBuffer.shift()); | ||
@@ -57,0 +57,0 @@ } |
{ | ||
"name": "apn", | ||
"description": "An interface to the Apple Push Notification service for Node.js", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"author": "Andrew Naylor <argon@mkbot.net>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -150,2 +150,5 @@ #node-apn | ||
1.1.6: | ||
* Fixes a regression from v1.1.5 causing connections to stall and messages to not be sent. | ||
1.1.5: | ||
@@ -152,0 +155,0 @@ |
22653
205