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

RSDK-7422 - Upgrade webrtc past 0.9.0 to avoid/fix dtls cbc padding #111

Merged
merged 1 commit into from
May 1, 2024

Conversation

edaniels
Copy link
Contributor

@edaniels edaniels commented May 1, 2024

Specifically, this includes the fix from webrtc-rs/webrtc@4e09f92 which really reverts webrtc-rs/webrtc@935283a (broken at 0.9.0->latest_tag). To be honest, I'm not sure how the original commit was accepted without any questions about why the padding was changed (left a comment on webrtc-rs/webrtc#557 (comment) asking why).

Confirmed this fixes connectivity to an ESP32.

Note for future maintainer: upgrading any further to webrtc-rs/webrtc@49140ea will have dependency constraints fail on `sublte.

@edaniels edaniels requested a review from a team as a code owner May 1, 2024 13:59
@edaniels edaniels changed the title RSDK-7422 - Upgrade webrtc to fix dtls cbc padding RSDK-7422 - Upgrade webrtc past 0.9.0 to avoid/fix dtls cbc padding May 1, 2024
@stuqdog
Copy link
Member

stuqdog commented May 1, 2024

Glad it's a simple fix at least! Thanks for digging/finding this :)

@edaniels edaniels merged commit 90c30e4 into main May 1, 2024
6 checks passed
@edaniels edaniels deleted the RSDK-7422 branch May 1, 2024 15:22
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.

2 participants