synapse-product/synapse/replication/tcp
Richard van der Hoff d7d42387f5
Fix 'generator object is not subscriptable' error (#7290)
Some of the query functions return generators rather than lists, so we can't
index into the result. Happily we already have a copy of the results.

(think this was introduced in #7024)
2020-04-16 14:37:06 +01:00
..
streams Fix 'generator object is not subscriptable' error (#7290) 2020-04-16 14:37:06 +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 Remove vestigal references to SYNC replication command 2020-04-07 17:40:07 +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