shehankonecranes / sp-react-native-mqtt

MQTT Client native module for react-native
68 stars 55 forks source link

[Android]Option clean not working #36

Open boboxiaodd opened 1 year ago

boboxiaodd commented 1 year ago

must add

 mqttOptions.setCleanSession(options.getBoolean("clean"));

at 'RCTMqtt.java' line: 151