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

Add httpclient polly #77

Merged
merged 16 commits into from
Mar 28, 2024
Merged

Add httpclient polly #77

merged 16 commits into from
Mar 28, 2024

Conversation

CptnSnail
Copy link
Contributor

No description provided.

private Uri FullUri(string serviceAddress, string url) =>
serviceAddress != null ? new Uri(new Uri(serviceAddress), url ?? "") : null;

private class HttpMessage
Copy link
Contributor Author

@CptnSnail CptnSnail Mar 25, 2024

Choose a reason for hiding this comment

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

moved it to other file

Станислав Терещенков added 2 commits March 25, 2024 12:36
@CptnSnail CptnSnail merged commit 0e9f94b into master Mar 28, 2024
2 checks passed
@CptnSnail CptnSnail deleted the add-httpclient-polly branch March 28, 2024 11:32
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

4 participants