You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle acknowledgement timeout (QoS>0) in MqttConsumer
If a the message processing takes longer than the allotted timeout for the acknowledge, the broker will resend the message. This prevented the message to be committed by the SkipPolicy, since the MqttConsumer assumed that concurrent consuming was not possible.