There was an error while loading. Please reload this page.
1 parent 98fce81 commit 18bcb11Copy full SHA for 18bcb11
1 file changed
lib/receiver.js
@@ -526,6 +526,7 @@ class Receiver extends Writable {
526
this._totalPayloadLength = 0;
527
this._messageLength = 0;
528
this._fragmented = 0;
529
+ this._numFragments = 0;
530
this._fragments = [];
531
532
if (this._opcode === 2) {
0 commit comments