Open
Description
In #9360 I added this workaround:
grpc-java/core/src/main/java/io/grpc/internal/RetriableStream.java
Lines 565 to 568 in 7c73baa
A flush() must always follow a write (but other flushes and calls could be in-between). I tried to flush everywhere but it didn't work at the time. See also #9340. It is possible there were interactions with #9547 which prevented it from working and just trying again may work.