You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, if you're able to open a PR with an additional constructor to fix this that would be great. Otherwise it may be a few days before we are able to lend some developer time to a fix.
there is no constructor for
NotificationClient.cs
that accept anIHttpClient
if thebaseUrl
is not the default one, DI cannot be properly used therewhich cause another issue, the HttpClientWrapper.cs doesnt follow proper Guidelines for using HttpClient
which can cause a wide variety of issues and also it is not possible to implement a proper retry pattern
The text was updated successfully, but these errors were encountered: