Closed TIMONz1535 closed 3 years ago
If Client has reached the GetMaxQueriesWindow it will always blocked except for the first request in the next window interval. It looks like the Client::TimedOut always returned true, because last_reset - time is < 0 and will overflows uint32_t.
last_reset - time
If Client has reached the GetMaxQueriesWindow it will always blocked except for the first request in the next window interval. It looks like the Client::TimedOut always returned true, because
last_reset - time
is < 0 and will overflows uint32_t.