Release v0.3.0
- 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.