Skip to content

Commit 6f4dfc7

Browse files
backport2509: cargo: Update yamux to 0.13.8 to avoid panics (#10479)
This PR updates rust-yamux to 0.13.8 from 0.13.6: - #9169 This aims at not polling sockets past the point they return errors and effectively avoids panics when tungstenite websocket connections are used in combination with rust-yamux. The fix was backported on 2512 but not on 2509 --------- Signed-off-by: Alexandru Vasile <[email protected]> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5f55e67 commit 6f4dfc7

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prdoc/pr_10479.prdoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
title: 'cargo: Update yamux to 0.13.8 to avoid panics'
2+
doc:
3+
- audience: Node Dev
4+
description: |-
5+
This PR updates rust-yamux to 0.13.8 from 0.13.6:
6+
- https://github.com/paritytech/polkadot-sdk/issues/9169
7+
8+
This aims at not polling sockets past the point they return errors and effectively avoids panics when tungstenite websocket connections are used in combination with rust-yamux.
9+
10+
11+
The fix was backported on 2512 but not on 2509
12+
crates: []

0 commit comments

Comments
 (0)