Skip to content

Commit 1d9bb89

Browse files
Improve release-notes entry
This was suggested in the review to extend the information in the release-notes entry. Co-authored-by: Leandro Lucarella <[email protected]> Signed-off-by: daniel-zullo-frequenz <[email protected]>
1 parent 8728c96 commit 1d9bb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
## Bug Fixes
1616

17-
- `FileWatcher`: Fixed `ready()` method to return False when an error occurs.
17+
- `FileWatcher`: Fixed `ready()` method to return False when an error occurs. Before this fix, `select()` (and other code using `ready()`) never detected the `FileWatcher` was stopped and the `select()` loop was continuously waking up to inform the receiver was ready.

0 commit comments

Comments
 (0)