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).
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.

1 participant