android - Inflight Window interval in MQTT Paho library -


for qos 1 in mqtt, publish message this:

  1. publish message
  2. ... time pass ...
  3. receive puback (acknowledgment server received message) or didn't receive message in due time, resend message.

what paho library default timeout called "inflight window" used library if doesn't receive pubakn send message again server.

in mqttconnectoptions class find:

the message delivery retry interval 15 seconds

but i'm not sure if it's same i'm searching about. , if how can change (customize it)


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -