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

Unable to set a custom environment. #34

Open adam-cv opened 9 months ago

adam-cv commented 9 months ago

Hi, I'm trying to use the custom configuration: SelectCustom() error is being returned:

throw new InvalidOperationException("Use SelectCustom() for custom environment.");

How can you set this function?