Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

v1.1.3

Compare
Choose a tag to compare
@iconara iconara released this 04 Jan 10:48

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".