This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
v1.1.3
Reconnection logic bugfixes for v1.1.x:
- Fixes #63, the driver should no longer get stuck in endless reconnection attempts, and it will not attempt multiple parallel reconnections.
- When new nodes were added the driver didn't discover them because it expected topology change events to have the value "UP", but in fact the correct value is "NEW_NODE".