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

Flag should be reverted on failure to avoid failure to subsequent call #8

Closed hajin-song closed 5 years ago

hajin-song commented 5 years ago

This is to address issue regarding check being done during feed open.

On each exception, the flag should be reverted to allow subsequent call to go through without throwing exception during check.

shanonbeary commented 5 years ago

@dhrovat Please have alook

hajin-song commented 5 years ago

Issue addressed with this commit - closing PR