Skip to content
Snippets Groups Projects
Commit 023878c5 authored by Yang Gao's avatar Yang Gao
Browse files

Merge pull request #2893 from jboeuf/fix_clock_in_jwt_verifier

Fixing clock type for JWT verifier tool.
parents eb87fbbc c7176a80
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ int main(int argc, char **argv) {
while (!sync.is_done) {
grpc_pollset_worker worker;
grpc_pollset_work(&sync.pollset, &worker,
gpr_inf_future(GPR_CLOCK_REALTIME));
gpr_inf_future(GPR_CLOCK_MONOTONIC));
}
gpr_mu_unlock(GRPC_POLLSET_MU(&sync.pollset));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment