Skip to content

Commit

Permalink
init variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mattisonchao committed Jan 14, 2025
1 parent f9510da commit df092ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ public final class WriteStreamWrapper implements StreamObserver<WriteResponse> {
public WriteStreamWrapper(OxiaClientGrpc.OxiaClientStub stub) {
this.clientStream = stub.writeStream(this);
this.pendingWrites = new ArrayDeque<>();

this.completed = false;
this.completedException = null;
}

public boolean isValid() {
Expand Down

0 comments on commit df092ac

Please sign in to comment.