Skip to content

Release v0.3.0

Compare
Choose a tag to compare
@wallyqs wallyqs released this 22 May 22:57
· 187 commits to master since this release
  • Timeouts handled in units of seconds rather than milliseconds.
  • Callback processing switched to be handled sequentially as in other clients when using coroutines.
  • Adds subscribe_async for opt-in async callback processing.
  • Unsubscribe method instantly removes subscription when enough messages.
  • Parser switched to using regexps and coroutines.