Skip to content

Commit 535a640

Browse files
fix: fix channel priming by adding missing halfClose() (#9737)
1 parent 08aee80 commit 535a640

File tree

1 file changed

+1
-0
lines changed
  • bigtable/bigtable-proxy/src/main/java/com/google/cloud/bigtable/examples/proxy/channelpool

1 file changed

+1
-0
lines changed

bigtable/bigtable-proxy/src/main/java/com/google/cloud/bigtable/examples/proxy/channelpool/DataChannel.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ public void onClose(Status status, Metadata trailers) {
201201
},
202202
metadata);
203203
call.sendMessage(request);
204+
call.halfClose();
204205
call.request(Integer.MAX_VALUE);
205206

206207
return f;

0 commit comments

Comments
 (0)