Skip to content

Commit 7fa35c2

Browse files
committed
---
yaml --- r: 5319 b: refs/heads/master c: 6b3c738 h: refs/heads/master i: 5317: 2f21e35 5315: c5dde44 5311: 25a2918
1 parent efc0b6b commit 7fa35c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 6ef9df77d52a80860476c8fd73d6702732790400
2+
refs/heads/master: 6b3c738f2ac7087ad74b20ace6e32bb974443cf1
33
refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44
refs/heads/gh-pages: 229631582f8957646f81e92ae5a326504f48ee5b
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/StreamingSubscriberConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ protected void doStart() {
101101
@Override
102102
protected void doStop() {
103103
messagesProcessor.stop();
104-
requestObserver.onError(Status.CANCELLED.asException());
105104
notifyStopped();
105+
requestObserver.onError(Status.CANCELLED.asException());
106106
}
107107

108108
private class StreamingPullResponseObserver

0 commit comments

Comments
 (0)