fix(webrtc): decode errors during opening phase are not recoverable#622
Merged
Conversation
lexnv
approved these changes
Jun 17, 2026
dmitry-markin
approved these changes
Jun 19, 2026
lexnv
added a commit
that referenced
this pull request
Jun 22, 2026
## [0.14.3] - 2026-06-22 This patch release is dedicated entirely to strengthening the WebRTC transport layer, specifically focusing on connection resilience and build stability. ### Fixed - fix(webrtc): decode errors during opening phase are not recoverable ([#622](#622)) - fix(webrtc): build vendored OpenSSL for str0m ([#620](#620)) - fix(webrtc): time out inbound and outbound opening data channels ([#617](#617)) --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Alexandru Vasile <alexandru.vasile@parity.io>
Klapeyron
pushed a commit
to shieldedtech/polkadot-sdk
that referenced
this pull request
Jun 23, 2026
This patch release is dedicated entirely to strengthening the WebRTC transport layer, specifically focusing on connection resilience and build stability. ### Fixed - fix(webrtc): decode errors during opening phase are not recoverable ([paritytech#622](paritytech/litep2p#622)) - fix(webrtc): build vendored OpenSSL for str0m ([paritytech#620](paritytech/litep2p#620)) - fix(webrtc): time out inbound and outbound opening data channels ([paritytech#617](paritytech/litep2p#617)) --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation of why being so strict over decoding errors within the opening phases can be found here.
Closes #589