Skip to content

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dmksnnk dmksnnk released this 06 Aug 13:38
· 2 commits to main since this release

v1 couldn't re-open channel and connection, because they were re-opened separately.
If connection got closed, channel would try reconnect on closed connection and fail.

v2 client can correctly reconnect both connection and channel.

The implementation is still WIP, it was not tested in production