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

bump to pion v4 #109

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

bump to pion v4 #109

wants to merge 2 commits into from

Conversation

neonphog
Copy link
Collaborator

RESOLVES: #108

@neonphog neonphog requested a review from mattyg October 15, 2024 22:43
tx5-go-pion = { version = "0.1.3-beta", path = "crates/tx5-go-pion" }
tx5-signal = { version = "0.1.3-beta", path = "crates/tx5-signal" }
tx5 = { version = "0.1.3-beta", path = "crates/tx5" }
tx5-connection = { version = "0.1.4-beta", default-features = false, path = "crates/tx5-connection" }
Copy link
Member

Choose a reason for hiding this comment

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

Is this expected to be compatible for use on 0.4? Otherwise we might consider bumping to 0.2.x and leaving room to maintain 0.1.x for 0.4

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It is indeed expected to be compatible.

@neonphog
Copy link
Collaborator Author

Quick evaluation of test failures lead me to believe the close event changes may have impacted some of our test timings... causing disconnect messages to be received before final messages are received... alas, I'll need to have a more concerted look at this before being able to merge.

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.

Bump pion to v4
2 participants