Skip to content

6.0.1

Latest
Compare
Choose a tag to compare
@darrenldl darrenldl released this 13 May 01:54
· 47 commits to main since this release
  • Fixed random UI freezes when updating search field

    • This is due to a race condition in the search cancellation mechanism that
      may cause UI fiber to starve and wait forever for a cancellation
      acknowledgement

    • This mechanism was put in place for asynchronous search since 4.0.0

    • As usual with race conditions, this only manifests under some specific
      timing by chance