Skip to content
Snippets Groups Projects
Unverified Commit 31c1209c authored by Sean Quah's avatar Sean Quah Committed by GitHub
Browse files

Make `StreamToken` and `RoomStreamToken` methods propagate cancellations (#12366)


`StreamToken.from_string` and `RoomStreamToken.parse` are both async
methods that could be cancelled. These methods must not replace
`CancelledError`s with `SynapseError`s.

Signed-off-by: default avatarSean Quah <seanq@element.io>
parent 9c4c4999
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment