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;
|
||||
authority = other.authority;
|
||||
requestKey = other.requestKey;
|
||||
executor = other.executor;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue