arcoirislabs / cordova-plugin-mqtt

MqTT Cordova Plugin for Apache Cordova (> v3.0)
MIT License
86 stars 49 forks source link

args.success is not a function #14

Closed Kradre closed 8 years ago

Kradre commented 8 years ago

Have a problem with that error, as after few minutes it forcing my whole app to crash. Usually, error appears on 96 line of cordova-plugin-mqtt.js and 312 line of cordova.js

arcoirislabs commented 8 years ago

@Kradre : Thanks to notify this issue. We shall look into it and get back to you

arcoirislabs commented 8 years ago

The error is because there is not a check on the existence of callback function. If you want to avoid the error, then kindly add an empty function for now. In next release we will fix this bug

Open source team Arcoiris Labs