Summary
The main change in this release is that we add a manual sleep mechanism if any non-connection error is caught in the connection retry loop. This fix was necessary to enable robust connection to peers, even if they haven't announced themselves to the discovery service, which would lead to a tight spinning retry loop.
What's Changed
- Implement manual timeout for discovery error upon connection by @mikasenghaas in #17
- Bump version to v0.3.1 by @mikasenghaas in #18
Full Changelog: v0.3.0...v0.3.1