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

Transient connections control #489

Closed
chux0519 opened this issue Jun 14, 2022 · 3 comments
Closed

Transient connections control #489

chux0519 opened this issue Jun 14, 2022 · 3 comments

Comments

@chux0519
Copy link

It would be nice if we can control whether to use transient connections.

libp2p v0.19.0 published circuit-v2, if we want to use those circuit-v2 nodes in pubsub , transient connections should be enabled.

For now, pubsub doesnt support transient connections (#412)

I made some change to support it, will PR later.

@vyzo
Copy link
Collaborator

vyzo commented Jun 14, 2022

using transient connections in pubsub is meaningless unfortunately.

@vyzo vyzo closed this as not planned Won't fix, can't repro, duplicate, stale Jun 14, 2022
@chux0519
Copy link
Author

using transient connections in pubsub is meaningless unfortunately.

Thanks, I see.
So if I want to use pubsub while using circuit v2, I better to configure with "no limit" in the relay service to make sure the connection is not transient.

@vyzo
Copy link
Collaborator

vyzo commented Jun 15, 2022

for now yes, eventually we want to improve the api and allow apps to use high limit v2 conns.

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

No branches or pull requests

2 participants