Skip to content

v0.10.3

Compare
Choose a tag to compare
@at-wat at-wat released this 10 Jun 02:19
· 118 commits to master since this release
ce7a2f0
Fix ReconnectClient context (#121)

ReconnectClient.Connect returns after establishing a first connection,
which can be canceled by the context. Once after establising
the connection, the retry loop is not affected by the context.