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

Update README.md to warn about possible network failures in call to SerialKey.Set #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eulerfx
Copy link

@eulerfx eulerfx commented Aug 17, 2023

Added a warning for network failures in the call to SerialKey.Set

It would be nice if the operation returned a Task rather than void to indicate that network IO is taking place. In cloud environments, there may be transient DNS issues which are handled by retry policies. I'd recommend accepting an IHttpClientFactory or making the HttpClient configurable in some other way.

Regardless, users should be aware of this potential point of failure and be prepared to apply retry policies (which make the application a lot more complicated).

Added a warning for network failures in the call to SerialKey.Set
@eulerfx eulerfx changed the title Update README.md Update README.md to warn about possible network failures in call to SerialKey.Set Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant