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

feat(get-ticket): Contact provider on all listening addrs #893

Merged
merged 2 commits into from
Mar 29, 2023

Conversation

flub
Copy link
Contributor

@flub flub commented Mar 28, 2023

This tries to contact the provider on all addresses inside the ticket
when using the get-ticket command. The first connection will be used.

This tries to contact the provider on all addresses inside the ticket
when using the get-ticket command.  The first connection will be used.
@flub flub requested a review from rklaehn March 28, 2023 15:07
src/main.rs Outdated Show resolved Hide resolved
opts: get::Options,
token: AuthToken,
},
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the simplest way to add this functionality, it's not particularly elegant or well-named though. But it works fine. If you are disgusted however and have better ideas I'm happy to try different things.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems fie

@flub flub merged commit adbb2bf into main Mar 29, 2023
@flub flub deleted the flub/get-ticket-many branch March 29, 2023 07:31
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

Successfully merging this pull request may close these issues.

None yet

2 participants