Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Service is running after disconnecting

Hi Parth,

Could you confirm if this is the release version of the android service (1.0.2) or the snapshot version (1.0.3) please? If you're running 1.0.2 it might be worth checking if the snapshot resolves this as there have been a few fixes to improve battery consumption. We will be releasing that version officially in a few months after which you should be able to use it in your app safely.

If that doesn't fix your problem, could you raise a bug here please? https://github.com/eclipse/paho.mqtt.android/issues/new

Thanks,

James


On 10 April 2016 at 08:37, Parth Pandya <parth0309@xxxxxxxxx> wrote:
Hey Guys,

Many users have reported that your app is draining a lot of power even after closing 
your application, upon checking for the reason, we found that the MqttService is still running even after disconnecting the mqtt client. And because of this it keeps the device awake for a long time and thus drains the battery.

Is there any way to stop this?

Thanks

Cheers,
Parth Pandya
LinkedIn. http://lnkd.in/bDZQfw6

_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev


Back to the top