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

various tx5 fixes #82

Merged
merged 3 commits into from
Mar 18, 2024
Merged

various tx5 fixes #82

merged 3 commits into from
Mar 18, 2024

Conversation

neonphog
Copy link
Collaborator

@neonphog neonphog commented Mar 18, 2024

  • support multiple iceservers blocks in turn_doctor
  • account for possibility of multiple Open events on data channel in turn-stress
  • fix multiple sodoken versions creeping in, and add a ci check to prevent that

Copy link
Member

@steveej steveej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i ran this successfully

  ( set -e;
    for i in `seq 1 10`; do
      cargo run --example turn-stress turn.infra.holochain.org 443 test test;
      cargo run --example turn_doctor wss://signal.infra.holochain.org;
    done
    echo success
  )

@neonphog neonphog changed the title fix turn doctor for separate stun block various tx5 fixes Mar 18, 2024
@neonphog neonphog merged commit af0ecea into main Mar 18, 2024
7 checks passed
@neonphog neonphog deleted the turn-doctor-fix branch March 18, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants