mirror of https://github.com/grpc/grpc.git
[EventEngine] rm invalid assert (#35953)
In the case where the timer delay is <= 0, RunAfter will return an invalid handle since the callback will not be cancellable. The asserting is invalid in this case. Based on how this handle is used, it seems there is no need for a check that the handle is set. It would only matter if `finish_bdp_ping` were called again before `next_bdp_ping_timer_expired` were called, which I don't think is possible.
Closes #35953
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35953 from drfloob:fix/35943 ff0b1db553
PiperOrigin-RevId: 608729800
pull/35573/head
parent
b6a961fa8e
commit
851b187d54
1 changed files with 0 additions and 1 deletions
Loading…
Reference in new issue