Skip to content

Ensure flushes are not discarded by ChunkedWriteHandler for passed th…#14248

Merged
normanmaurer merged 1 commit into
4.1from
chunked_flush
Aug 23, 2024
Merged

Ensure flushes are not discarded by ChunkedWriteHandler for passed th…#14248
normanmaurer merged 1 commit into
4.1from
chunked_flush

Conversation

@normanmaurer

Copy link
Copy Markdown
Member

…rough messages

Motivation:

We need to ensure we not discard flushed for provious passed through messages as otherwise we might never notify the promise

Modifications:

Always call ctx.flush() after discarding queued messages because of inactive Channel

Result:

Fixes #14236

…rough messages

Motivation:

We need to ensure we not discard flushed for provious passed through messages as otherwise we might never notify the promise

Modifications:

Always call ctx.flush() after discarding queued messages because of inactive Channel

Result:

Fixes #14236
@normanmaurer normanmaurer added this to the 4.1.113.Final milestone Aug 22, 2024
@normanmaurer normanmaurer merged commit ceade95 into 4.1 Aug 23, 2024
@normanmaurer normanmaurer deleted the chunked_flush branch August 23, 2024 11:59
normanmaurer added a commit that referenced this pull request Aug 23, 2024
#14248)

…rough messages

Motivation:

We need to ensure we not discard flushed for provious passed through
messages as otherwise we might never notify the promise

Modifications:

Always call ctx.flush() after discarding queued messages because of
inactive Channel

Result:

Fixes #14236
normanmaurer added a commit that referenced this pull request Aug 23, 2024
#14248)

…rough messages

Motivation:

We need to ensure we not discard flushed for provious passed through
messages as otherwise we might never notify the promise

Modifications:

Always call ctx.flush() after discarding queued messages because of
inactive Channel

Result:

Fixes #14236
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.

ChunkedWriteHandler hides closed channels

1 participant