Skip to content

Commit 56bf176

Browse files
[chore] Bump engine.io-parser to version 2.0.2 (#555)
1 parent 0d2cc68 commit 56bf176

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/transports/polling.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Polling.prototype.onData = function (data) {
145145
};
146146

147147
// decode payload
148-
parser.decodePayload(data, this.socket.binaryType, callback);
148+
parser.decodePayload(data, this.socket.binaryType, this.supportsBinary, callback);
149149

150150
// if an event did not trigger closing
151151
if ('closed' !== this.readyState) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"component-emitter": "1.2.1",
2727
"component-inherit": "0.0.3",
2828
"debug": "2.3.3",
29-
"engine.io-parser": "2.0.1",
29+
"engine.io-parser": "2.0.2",
3030
"has-cors": "1.1.0",
3131
"indexof": "0.0.1",
3232
"parsejson": "0.0.3",

0 commit comments

Comments
 (0)