Skip to content

Commit daf1493

Browse files
author
Lucas McDonald
committed
m
1 parent e7cd2e2 commit daf1493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/software/amazon/encryption/s3/internal/CipherSubscriber.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public void onNext(ByteBuffer byteBuffer) {
6666
} else {
6767
// Done, wait for upstream to signal onComplete
6868
System.out.println("[CipherSubscriber] All content read (contentRead: " + contentRead.get() + ", contentLength: " + contentLength + "), waiting for onComplete");
69+
this.onComplete();
6970
}
7071
}
7172
} else {

0 commit comments

Comments
 (0)