Richard van der Hoff f9b4bb05e0 Fix the logcontext handling in the cache wrappers (#2077)
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.
2017-03-30 13:22:24 +01:00
..
2017-01-20 12:15:50 +00:00
2014-11-12 00:18:26 +02:00
2016-05-23 16:29:38 +01:00
2017-02-19 23:06:45 +00:00
2016-04-12 15:53:45 +01:00
2016-03-29 03:13:25 +01:00
2016-09-17 14:15:10 +01:00

All matrix-generic documentation now lives in its own project at

github.com/matrix-org/matrix-doc.git

Only Synapse implementation-specific documentation lives here now
(together with some older stuff will be shortly migrated over to matrix-doc)