Skip to content

Conversation

addaleax
Copy link
Collaborator

@addaleax addaleax commented Oct 6, 2025

The current .flush() method only flushes the target output stream. This is broken behavior, because it can be run at a point in time at which other writes to the log writer itself have already been scheduled, but have not yet been processed (i.e. written to the target stream).

Description

Open Questions

Checklist

…SH-2883

The current `.flush()` method only flushes the target output stream.
This is broken behavior, because it can be run at a point in time
at which other writes to the log writer itself have already been
scheduled, but have not yet been processed (i.e. written to the
target stream).
@addaleax addaleax merged commit 81c0e81 into main Oct 9, 2025
32 checks passed
@addaleax addaleax deleted the 2883-dev branch October 9, 2025 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants