mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-08 08:45:21 -05:00
![Richard van der Hoff](/assets/img/avatar_default.png)
The cache wrappers had a habit of leaking the logcontext into the reactor while the lookup function was running, and then not restoring it correctly when the lookup function had completed. It's all the fault of `preserve_context_over_{fn,deferred}` which are basically a bit broken.