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

OddsChanges concurrently http exception #29

Open eperez01 opened 1 year ago

eperez01 commented 1 year ago

We noticed to processing concurrently OddsChangeEventArgs message we have internal exception about http request. So There’s a limit internal on SDK for process oddschanges message concurrently? I’ve adjusted our implementation in order to process concurrently oddschanges message using the SDK, but often we have this kind of error.

image