You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,4 @@
14
14
15
15
## Bug Fixes
16
16
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