Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
/**
* If `false`, this is a clean session
* @public
* @memberOf client
*/
this.sessionPresent = Boolean(connack.sessionPresent);
})
.once('error', reject)
.once('connect', function() {
resolve(toadpatch(this, opts));
});
});
};
exports.patch = toadpatch;
exports.Store = MQTT.Store;