dc297 / mqttclpro

MQTT Client for android with tasker support
MIT License
97 stars 30 forks source link

No error reporting to tasker #77

Open dustinthurston opened 5 years ago

dustinthurston commented 5 years ago

Publish tasks do not generate an error in tasker when plug-in fails to connect to server. I need to know whether tasks were completed successfully.

dc297 commented 5 years ago

Hey, it's an asynchronous task. There is a limit on how much time background tasks can take in Android. Let me look into what's possible regarding error reporting in tasker.