1
0
Files
synapse/synapse
Sean Quah 93073a4b11 Fix logcontexts when @cached and @cachedList lookups are cancelled
`@cached` and `@cachedList` must wait until the wrapped method has
completed before raising `CancelledError`s, otherwise the wrapped method
will continue running in the background with a logging context that has
been marked as finished.
2022-03-08 17:42:09 +00:00
..
2022-03-08 15:37:35 +00:00