Skip to content

Commit

Permalink
fix: fix channel priming by adding missing halfClose() (#9737)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbernstein2 authored Nov 26, 2024
1 parent 08aee80 commit 535a640
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ public void onClose(Status status, Metadata trailers) {
},
metadata);
call.sendMessage(request);
call.halfClose();
call.request(Integer.MAX_VALUE);

return f;
Expand Down

0 comments on commit 535a640

Please sign in to comment.