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

Identify Service isn't enabled if only using webtransport #1428

Closed
MarcoPolo opened this issue Oct 12, 2022 · 1 comment
Closed

Identify Service isn't enabled if only using webtransport #1428

MarcoPolo opened this issue Oct 12, 2022 · 1 comment
Labels
need/triage Needs initial labeling and prioritization

Comments

@MarcoPolo
Copy link
Collaborator

If a node is configured to only use WebTransport, then this check: https://github.com/libp2p/js-libp2p/blob/master/src/libp2p.ts#L170 fails (we don't have a stream muxers configured since we don't need them).

A workaround is to configure some stream muxers (even though they won't be used).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need/triage Needs initial labeling and prioritization
Projects
None yet
Development

No branches or pull requests

2 participants