Skip to content

Release Pub/Sub 0.32.0

Choose a tag to compare

@blowmage blowmage released this 17 Aug 17:45
· 23434 commits to main since this release
5b6e99d
  • Updated Subscriber implementation
    • Revised shutdown mechanics
      • Fixes stop and wait! would hanging indefinitely.
      • Reduce the number of GRPC warnings printed.
    • Added error callbacks to the API
      • Use error handler to be notified when unhandled errors
        occur on a subscriber's stream thread.
  • Documentation updates.