sportradar / UnifiedOddsSdkNetCore

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.
https://sportradar.github.io/UnifiedOddsSdkNetCore/
Other
17 stars 14 forks source link

fix (timeline): remove outdated nodes from EventTimeline #9

Closed cclelio closed 3 years ago

cclelio commented 3 years ago

For instance, on a soccer match, during VAR, if a goal is cancelled, 'score_change' node disappear from timeline xml but is still present into EventTimeline in cache after merge operation

dhrovat commented 3 years ago

Thanks for pointing this out. I have manually implemented the change, since StageType and Test classes was already updated from before.