aws-mqtt
aws-mqtt copied to clipboard
Inability to set clean flag to false
Hi,
Due to this line of code:
https://github.com/kmamykin/aws-mqtt/blob/master/src/processOptions.js#L18
it seems it is not possible to set the clean flag to false. May be something like this would work:
clean: options.clean ? true : false