Skip to content

Commit

Permalink
KTOR-8133 Fix concurrent flush and close
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhham committed Jan 30, 2025
1 parent 15f0921 commit 7f32c88
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ public fun CoroutineScope.reader(
channel.close(cause)
} finally {
nested.join()
runCatching { channel.flushAndClose() }
}
}.apply {
invokeOnCompletion {
Expand Down

0 comments on commit 7f32c88

Please sign in to comment.