android - Inflight Window interval in MQTT Paho library -
for qos 1 in mqtt, publish message this:
- publish message
- ... time pass ...
- 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
Post a Comment