mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
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__`.
1 line
130 B
Text
1 line
130 B
Text
Fix spurious warnings about losing the logging context on the `ReplicationCommandHandler` when losing the replication connection.
|