mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:06:05 -04:00
Wait to subscribe before sending REPLICATE
This commit is contained in:
parent
b2dba06079
commit
d78265af0c
2 changed files with 35 additions and 20 deletions
|
@ -99,7 +99,8 @@ class ReplicationCommandHandler:
|
|||
# The factory used to create connections.
|
||||
self._factory = None # type: Optional[ReconnectingClientFactory]
|
||||
|
||||
# The currently connected connections.
|
||||
# The currently connected connections. (The list of places we need to send
|
||||
# outgoing replication commands to.)
|
||||
self._connections = [] # type: List[AbstractConnection]
|
||||
|
||||
LaterGauge(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue