You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
Describe the bug
If using the local (client-side) Networking layer (network vs network-client), adding a replicator via addReplicator does not appear to successfully add the replicator addrs to the remote's peer store, thereby causing direct pushes to not happen. This leads to slower updates, because we are then relying on pull based sync, which is currently bounded by the 10 second pull interval.
To Reproduce
Steps to reproduce the behavior:
Run the mocha tests, The Network Client version runs quickly, the Network version gets 'stuck' on the subscribe test.
Expected behavior
Both tests should be reasonably fast, and should be about the same time Additional context
This is related to/cause by textileio/go-threads#373
The text was updated successfully, but these errors were encountered:
Describe the bug
If using the local (client-side) Networking layer (network vs network-client), adding a replicator via addReplicator does not appear to successfully add the replicator addrs to the remote's peer store, thereby causing direct pushes to not happen. This leads to slower updates, because we are then relying on pull based sync, which is currently bounded by the 10 second pull interval.
To Reproduce
Steps to reproduce the behavior:
Run the mocha tests, The
Network Client
version runs quickly, theNetwork
version gets 'stuck' on thesubscribe
test.Expected behavior
Both tests should be reasonably fast, and should be about the same time
Additional context
This is related to/cause by textileio/go-threads#373
The text was updated successfully, but these errors were encountered: