Skip to content

Commit

Permalink
do not use directExecutor which could be a gRPC thread
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Jan 10, 2020
1 parent 2ca863a commit b3cfae4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1594,7 +1594,7 @@ public void run() {
}
}
},
MoreExecutors.directExecutor());
executor);
return res;
}

Expand Down

0 comments on commit b3cfae4

Please sign in to comment.