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 [ws] Fix a timing issue #676

Merged
merged 1 commit into from
Aug 23, 2023
Merged

* FIX [ws] Fix a timing issue #676

merged 1 commit into from
Aug 23, 2023

Commits on Aug 23, 2023

  1. * FIX [ws] Fix a timing issue

    If recv_cb executes before accept_cb, ep_aio will be empty, and the uaio
    in recv_cb will not be assigned correctly, which will cause the
    listener's accaio to fail to finish properly, resulting in a ws link
    establishment failure problem.
    
    Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
    RanMaoyi committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8bed18f View commit details
    Browse the repository at this point in the history