Skip to content

Release 3.4.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@chsou chsou released this 21 Aug 16:03
· 37 commits to main since this release
  • Updated and rewrote Notification 2.0 listener implementation. Added additional parameters for more control:
    consumer_name, shared, auto_ack and auto_unsubscribe. Added unsubscribe function for removing
    subscribers on demand. Both AsyncListener and Listener now provide consistent start/stop functions
    which take care of coroutine and thread creation. The listen function can still be invoked directly if
    necessary.