MatrixSynapse/synapse/replication/tcp
Sean Quah 6a67f3786a
Fix logging context warnings when losing replication connection (#10984)
Instead of triggering `__exit__` manually on the replication handler's
logging context, use it as a context manager so that there is an
`__enter__` call to balance the `__exit__`.
2021-10-15 13:10:58 +01:00
..
streams Use direct references for some configuration variables (#10798) 2021-09-13 13:07:12 -04:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
client.py Require direct references to configuration variables. (#10985) 2021-10-06 10:47:41 -04:00
commands.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
external_cache.py Time external cache response time (#9904) 2021-05-04 15:14:22 +01:00
handler.py Require direct references to configuration variables. (#10985) 2021-10-06 10:47:41 -04:00
protocol.py Fix logging context warnings when losing replication connection (#10984) 2021-10-15 13:10:58 +01:00
redis.py Fix logging context warnings when losing replication connection (#10984) 2021-10-15 13:10:58 +01:00
resource.py Use direct references for configuration variables (part 6). (#10916) 2021-09-29 06:44:15 -04:00