Skip to content

pubsub/v1.6.0

Compare
Choose a tag to compare
@hongalex hongalex released this 22 Jul 17:27
14f5e9c

v1.6.0

  • Fix issue where subscriber streams were limited because it was using a single grpc conn.
    • As a side effect, publisher and subscriber grpc conns are no longer shared.
  • Add fake time function in pstest.
  • Add support for server side flow control.