minus5 / go-uof-sdk

Betradar Unified Odds Feed SDK for the Go programming language.
MIT License
17 stars 17 forks source link

Add option for client to listen all SDK errors #21

Closed gljubojevic closed 3 years ago

gljubojevic commented 3 years ago

Previously client was unable to listen SDK errors, log them or trace possible issues within SDK.

Example clinet /cmd/client/main.go shows one possible option for logging SDK errors for further inspection.