-
Couldn't load subscription status.
- Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When processing grapheme clusters from a long-lived stream, the final cluster in a sequence of writes can remain buffered indefinitely, as the stream never closes to trigger a flush. This has caused issues in downstream use cases.
Therefore, for long-lived streams, we must implement a mechanism to flush the buffer. Two potential solutions are:
- A signal mechanism to explicitly trigger a flush
- A timeout mechanism to flush the buffer after a period of inactivity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request