aws-mqtt icon indicating copy to clipboard operation
aws-mqtt copied to clipboard

Inability to set clean flag to false

Open waqqas-meraj-rt opened this issue 4 years ago • 0 comments

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

waqqas-meraj-rt avatar Nov 06 '20 09:11 waqqas-meraj-rt