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

v0.2.1

Compare
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