Skip to content

v3.3.2

Latest
Compare
Choose a tag to compare
@narvikd narvikd released this 02 Mar 22:01
0352b00
  • BUGFIXES:
    • Add mutex to checkIfNodeNeedsUnblock to be able to use it in threads:
      Since there aren't any more operations on the observer that uses it, this fix just shows the leader start quickly.
      In future releases as more operations are added, those would be blocked without this fix.