yanpaulo / RestHttpClient

Simple and flexible REST client built on top of Microsoft's System.Net.HttpClient.
10 stars 1 forks source link

Auth error event shouldn't happen again when auth handling. #1

Closed yanpaulo closed 5 years ago

yanpaulo commented 5 years ago

Auth event and handler methods are called again even though auth is already being handled. There should be some kind of handling for this situation.