Skip to content

Commit 49b1f1e

Browse files
authored
---
yaml --- r: 7773 b: refs/heads/tswast-patch-1 c: c206efe h: refs/heads/master i: 7771: abdfb95
1 parent 0e8d5e8 commit 49b1f1e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 994479fc57933fbf96b2cf24709c29cf3111d430
60+
refs/heads/tswast-patch-1: c206efeb0dcebd87bc712e1a23b53eec3a2ed301
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/FakeSubscriberServiceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ public void modifyAckDeadline(
264264
public void sendError(Throwable error) throws InterruptedException {
265265
waitForRegistedSubscription();
266266
synchronized (openedStreams) {
267+
waitForOpenedStreams(1);
267268
Stream stream = openedStreams.get(getAndAdvanceCurrentStream());
268269
stream.responseObserver.onError(error);
269270
closeStream(stream);

0 commit comments

Comments
 (0)