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

How to subscribe specified sports instead of all messages #23

Closed hotyes closed 1 year ago

hotyes commented 1 year ago

I am trying to use MessageInterest but it seems no way to create this pattern

"-.-.-.-.SportId.-.-.-"

thanks

dhrovat commented 1 year ago

Currently this is not possible. I have added this recommendation to our sdk feature list and we will see if it will be prioritized. The workaround for now is to subscribe to all and filter it out based on the sport associated with the message, not ideal.