sportradar / UnifiedOddsSdkNet

UnifiedFeed SDK is a client library that enables easier integration with the Betradar XML feeds. SDK exposes XML feed service interface in a more user-friendly way and isolates the client from having to do XML feed parsing, proper connection handling, error recovery, event queuing, data caching and dispatching.
Other
15 stars 8 forks source link

Do not ignore HttpClient exceptions #12

Closed anthonyersen closed 5 years ago

anthonyersen commented 5 years ago

This is a potential solution for the issue regarding incorrect ProducerRecoveryStatus when API is down after RMQ recovers

HttpClient exceptions are ignored which causes RecoveryOperation to think that recovery was successfully initiated.