Skip to content

Commit

Permalink
[chore] Bump engine.io-parser to version 2.0.2 (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Mar 22, 2017
1 parent 0d2cc68 commit 56bf176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/transports/polling.js
Expand Up @@ -145,7 +145,7 @@ Polling.prototype.onData = function (data) {
};

// decode payload
parser.decodePayload(data, this.socket.binaryType, callback);
parser.decodePayload(data, this.socket.binaryType, this.supportsBinary, callback);

// if an event did not trigger closing
if ('closed' !== this.readyState) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"component-emitter": "1.2.1",
"component-inherit": "0.0.3",
"debug": "2.3.3",
"engine.io-parser": "2.0.1",
"engine.io-parser": "2.0.2",
"has-cors": "1.1.0",
"indexof": "0.0.1",
"parsejson": "0.0.3",
Expand Down

0 comments on commit 56bf176

Please sign in to comment.