synapse-product/synapse/replication/tcp
Richard van der Hoff 0f8f02bc39
On catchup, process each row with its own stream id (#7286)
Other parts of the code (such as the StreamChangeCache) assume that there will
not be multiple changes with the same stream id.

This code was introduced in #7024, and I hope this fixes #7206.
2020-04-20 11:43:29 +01:00
..
streams Improve type checking in replication.tcp.Stream (#7291) 2020-04-17 14:49:55 +01:00
__init__.py Move client command handling out of TCP protocol (#7185) 2020-04-06 09:58:42 +01:00
client.py Move client command handling out of TCP protocol (#7185) 2020-04-06 09:58:42 +01:00
commands.py Fix warnings about not calling superclass constructor 2020-04-07 17:40:22 +01:00
handler.py On catchup, process each row with its own stream id (#7286) 2020-04-20 11:43:29 +01:00
protocol.py Handle one-word replication commands correctly 2020-04-07 17:43:46 +01:00
resource.py Move server command handling out of TCP protocol (#7187) 2020-04-07 10:51:07 +01:00