Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

v0.2.1

Choose a tag to compare

@Fallenstedt Fallenstedt released this 09 Jan 19:54
· 67 commits to master since this release
  • StartStream will return an error if a stream fails to start, nil if successful.
  • Pass error messages to consumer while streaming. The result is clients must handle possible errors when GetMessages is used. See readNext in stream_utils.go for possible list of errors.
  • Update README