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

cli: ensure ordering of rpc server messages #183558

Merged
merged 2 commits into from
May 26, 2023

Commits on May 26, 2023

  1. cli: ensure ordering of rpc server messages

    Sending lots of messages to a stream would block them around the async
    tokio mutex, which is "fair" so doesn't preserve ordering. Instead, use
    the write_loop approach I introduced to the server_multiplexer for the
    same reason some time ago.
    connor4312 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    0fca2fb View commit details
    Browse the repository at this point in the history
  2. fix clippy

    connor4312 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    8877665 View commit details
    Browse the repository at this point in the history