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

Only tries to connect to the first DNS result and doesn't try following results #281

Closed
sdroege opened this issue Jul 15, 2019 · 1 comment

Comments

@sdroege
Copy link

sdroege commented Jul 15, 2019

See centricular/gstwebrtc-demos#120

Pretty standard usage of ws connecting to wss://webrtc.nirbheek.in:8443 via async_connect().

What happens here is that it resolves to 2a01:7e00::f03c:91ff:feae:244 and 176.58.110.251, tries the first, gets connection refused and does not even try the next one.

@sdroege
Copy link
Author

sdroege commented Jul 15, 2019

Sorry, wrong websocket crate!

@sdroege sdroege closed this as completed Jul 15, 2019
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

1 participant