Skip to content

Improving usability of ClientWithContext

Compare
Choose a tag to compare
@chrusty chrusty released this 13 Sep 18:55
· 9 commits to master since this release
fb51212

The FeatureHub SDKs are "context-first", and this PR makes the Go SDK more strongly aligned with this

  • Moved the bulk of the streaming client code into a separate package
  • Brought the ClientWithContext into line with our Client interface (all methods now supported)
  • Examples in README.md updated to reflect this
  • Added methods to still allow access to the underlying client if required