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

Fix timeout of send thread in Async client for v5 #1457

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 5, 2024

  1. Fix timeout of send thread in Async client for v5

    When the outgoing packets fails to be sent due to hitting the limitation of the inflight maximum, it will wait on send_cond/send_sem. Send thread should be woken up on PUBACK message received. So it does not need to wait until timeout (1 second).
    
    Signed-off-by: Tiejun Zhou <[email protected]>
    TiejunMS committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    11757bf View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    54786b6 View commit details
    Browse the repository at this point in the history