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.
2 parents ea09954 + 742c44a commit 67404f6Copy full SHA for 67404f6
lib/generate.js
@@ -71,10 +71,6 @@ module.exports.connect = function(opts) {
71
} else {
72
length += will.payload.length + 2;
73
}
74
- // It must have a number qos
75
- if ('number' !== typeof will.qos) {
76
- return new Error('Invalid will - invalid qos');
77
- }
78
79
80
// Username
test/connection.transmit.js
@@ -421,7 +421,7 @@ module.exports = function() {
421
this.conn.connect(fixture);
422
});
423
424
- it('should reject will with invalid qos', function(done) {
+ it.skip('should reject will with invalid qos', function(done) {
425
var fixture = {
426
protocolId: 'MQIsdp',
427
protocolVersion: 3,
0 commit comments