Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document token.Wait behaviour during reconnect #565

Merged
merged 1 commit into from Dec 8, 2021

Commits on Dec 8, 2021

  1. Document token.Wait behaviour during reconnect

    When a connection is lost to the broker and later resumed the token
    returned to the user will be considered completed and a new token will
    be created instead. The result of this is that there is no way for a
    user of this library to know whether a message has been delivered in the
    presence of connection issues.
    
    Signed-off-by: Linus <linus@wallgren.eu>
    ecksun committed Dec 8, 2021
    Copy the full SHA
    ccf1d3d View commit details
    Browse the repository at this point in the history