diff --git a/runtime-rpc/src/main/java/org/capnproto/RpcState.java b/runtime-rpc/src/main/java/org/capnproto/RpcState.java index 2c62f14..52f70e1 100644 --- a/runtime-rpc/src/main/java/org/capnproto/RpcState.java +++ b/runtime-rpc/src/main/java/org/capnproto/RpcState.java @@ -1560,7 +1560,9 @@ final class RpcState { * Construct a new RpcPipeline that is never expected to resolve. */ RpcPipeline(QuestionRef questionRef) { - this(questionRef, null); + this.questionRef = questionRef; + this.redirectLater = null; + this.resolveSelf = null; } @Override