Skip to content

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

Development

Successfully merging this pull request may close these issues.

1 participant