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

UnparsableMessageEventArgs does not expose RawMessage #2

Closed GaryHughes closed 4 years ago

GaryHughes commented 4 years ago

The raw message is available for successfully parsed messages in the EventMessage.RawMessage property. We would like access to this property on the UnparsableMessageEventArgs, it should be a trivial change as the data is there in a private field.

dhrovat commented 4 years ago

Hi, it is added and will be available in next release.