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

client_listener: Explicitly queue outgoing messages to guarantee order (take 2) #29

Merged
merged 1 commit into from
Aug 26, 2023

Commits on Aug 26, 2023

  1. client_listener: Explicitly queue outgoing messages to guarantee order

    Spawning a task on each event to send implicitly used tokio as an unbounded
    queue that doesn't actually preserve order.
    
    This could cause issues, such as ConnectionData being sent after the first
    message, which violates assumptions down the line.
    progval committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    91c9043 View commit details
    Browse the repository at this point in the history