Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linking #15

Closed
icidasset opened this issue Aug 27, 2020 · 2 comments
Closed

Linking #15

icidasset opened this issue Aug 27, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@icidasset
Copy link
Contributor

Connectivity isn't great, but that's a libp2p thing:
libp2p/js-libp2p#703

We could do websockets on our API in the meantime.
Need to test more and investigate further.

@icidasset icidasset added the enhancement New feature or request label Aug 27, 2020
@dholms
Copy link
Collaborator

dholms commented Aug 28, 2020

We could create a websockets relay with the exact same API as pubsub so they're super easy to switch out when pubsub is more reliable. Or even just fall back to WS if pubsub isn't connecting

@expede
Copy link
Member

expede commented Aug 28, 2020

Yeah, I was thinking of adding it as a permanent backup system. Give it the same client interface, it switch out the implementation (ie an adapter or facade)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants