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(SwarmBuilder): prioritize relay, then websocket, then any other #4672

Merged
merged 6 commits into from
Oct 18, 2023

Commits on Oct 16, 2023

  1. Use relay first

    thomaseizinger committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ee4bc4c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Move with_websocket in front of with_relay

    Thus allowing a relayed connection over a websocket connection.
    mxinden committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    67e938e View commit details
    Browse the repository at this point in the history
  2. fmt

    mxinden committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    030e47c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66aeffc View commit details
    Browse the repository at this point in the history
  4. Deduplicate imports

    mxinden committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    70da819 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e41fe17 View commit details
    Browse the repository at this point in the history