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
Ensure flushes are not discarded by ChunkedWriteHandler for passed th… (#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
0 commit comments