Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Android paho Mqtt Service Ping Sender

Hi Melanka,
 
Yes, the ping will be triggered at the time of the last Mqtt Packet + KeepAlive.
 
So in your example it would be at 11:00:30 PM + 60 seconds.
 
Kind regards,
 
James Sutton
Software Engineer - IoT Foundation - MQTT Open Source Projects
Technical Trojan - Wimbledon Project

Phone: 01962 815438 | Extension: x372454
E-mail: 
Personal Website: www.jsutton.co.uk
Find me on:      
IBM

Hursley Park
HursleySO212JN
United Kingdom
 
IBM United Kingdom Limited Registered in England and Wales with number 741598 Registered office: PO Box 41, North Harbour, Portsmouth, Hants. PO6 3AU
 
 
----- Original message -----
From: "Melanka Wanniarachchi" <Melanka.w@xxxxxxxxxxxxxx>
Sent by: paho-dev-bounces@xxxxxxxxxxx
To: "paho-dev@xxxxxxxxxxx" <paho-dev@xxxxxxxxxxx>
Cc:
Subject: [paho-dev] Android paho Mqtt Service Ping Sender
Date: Wed, Oct 21, 2015 6:11 AM
 

Hello,

 

I am using android paho 1.0.3

Could I exactly know that, if I publish something to the server in between two ping intervals does paho.service again ping to the server as scheduled.

Ex:          Ping to the server by mqtt service @ 11.00.00 PM (Keep alive time 60 seconds). Scheduled next ping @ 11.01.00 PM

               Publish to the server by the user @ 11.00.30 PM (Publish success)

               Then, At what time next ping should be happened? Is it should be happened at 11.01.00PM as scheduled or at 11.00.30 PM + 60              seconds later?

 

Thanks.

 

Best Regards,
Melanka Sachith Wanniarachchi

_______________________________________________
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