Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed May 13, 2024
1 parent b37f979 commit 1dc7cfa
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## 6.0.1

- Fixed race condition in search related fibers that were put in place
for asynchronous search since 4.0.0, where deadlock may occur
when waiting for cancellation acknowledgement
- 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
Expand Down

0 comments on commit 1dc7cfa

Please sign in to comment.