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 some gap between nng reap thread and msquic. #947

Merged
merged 4 commits into from
May 15, 2024
Merged

Fix some gap between nng reap thread and msquic. #947

merged 4 commits into from
May 15, 2024

Commits on May 15, 2024

  1. * FIX [quic] Fix the double free when cancel stream send.

    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed May 15, 2024
    Configuration menu
    Copy the full SHA
    56c4952 View commit details
    Browse the repository at this point in the history
  2. * NEW [quic] Add refcnt for nni quic conn to avoid the data race in f…

    …ree it.
    
    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed May 15, 2024
    Configuration menu
    Copy the full SHA
    82e7111 View commit details
    Browse the repository at this point in the history
  3. * FIX [trans/quic] Fix the max size error in setting.

    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b257f19 View commit details
    Browse the repository at this point in the history
  4. * FIX [trans/quic] packmax should be applied to both mqttv311 and mqtv5.

    Signed-off-by: wanghaemq <wangwei@emqx.io>
    wanghaEMQ committed May 15, 2024
    Configuration menu
    Copy the full SHA
    63d4b4d View commit details
    Browse the repository at this point in the history