We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7d27e commit fb80d3eCopy full SHA for fb80d3e
lib/transports/ws2.js
@@ -326,7 +326,8 @@ class WSv2 extends EventEmitter {
326
// 0 packets, these are included as the 2nd to last value
327
const seq = (
328
(msg[0] === 0) &&
329
- (msg[1] !== 'hb')
+ (msg[1] !== 'hb') &&
330
+ !(msg[1] === 'n' && msg[2][1] === 'oc-req')
331
)
332
? msg[msg.length - 2]
333
: msg[msg.length - 1]
0 commit comments