-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Broken "reference" from framed::WsConfig to crate::WsConfig #5976
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
Comments
The phrasing is maybe a bit confusing. What it means is that you should use
If you think that this could be phrased better a PR would be appreciated! |
I'd be more than happy to help but it's not entirely clear to me where/how framed vs non-framed is useful. I found this out while trying to figure out why my Swarm wasn't working even though it had (from what I could tell) the same configuration as another working one. The gist linked in #1150 is also "dead" so it's slightly harder to try and figure it out |
I haven't done much with that transport myself, but generally most user want to use the The |
The doc for
framed::WsConfig
states:rust-libp2p/transports/websocket/src/framed.rs
Lines 52 to 56 in a898a04
Yet, when checking the config, nothing mentions the framed vs non-framed
rust-libp2p/transports/websocket/src/lib.rs
Lines 47 to 149 in a898a04
The text was updated successfully, but these errors were encountered: