socketcluster-client
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "socketcluster-client", | ||
"description": "Client side of SocketCluster", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"homepage": "http://socketcluster.io", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -514,3 +514,3 @@ /** | ||
this._emitBuffer.push(eventObject); | ||
if (this._emitBuffer.length < 2 && this.connected) { | ||
if (this.connected) { | ||
this._flushEmitBuffer(); | ||
@@ -517,0 +517,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
232864