mirror of https://github.com/grpc/grpc-java.git
Fix executor propagation in CallOptions.
This commit is contained in:
parent
8a40989fef
commit
127e7c04a0
|
|
@ -171,6 +171,7 @@ public final class CallOptions {
|
||||||
deadlineNanoTime = other.deadlineNanoTime;
|
deadlineNanoTime = other.deadlineNanoTime;
|
||||||
authority = other.authority;
|
authority = other.authority;
|
||||||
requestKey = other.requestKey;
|
requestKey = other.requestKey;
|
||||||
|
executor = other.executor;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue