Commit 333ada3
authored
fix(websocket): do not swallow cancellations (#284)
Websocket client requests do not handle cancellation properly; they wrap
a `CancelledError` in an `RpcPostError`.
Any code that uses websocket requests can therefore no longer be
cancelled properly.
This change fixes the issue.1 parent 5436f7e commit 333ada3
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
0 commit comments