Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use time.Timer over time.After #1802

Merged
merged 3 commits into from Jan 11, 2023
Merged

fix: use time.Timer over time.After #1802

merged 3 commits into from Jan 11, 2023

Commits on Jan 6, 2023

  1. fix: user Timers over time.After

    Can reduce memory usuage for stacking timers that are not gc'ed in
    retry loops.
    
    Fixes: googleapis#1761
    codyoss committed Jan 6, 2023
    Copy the full SHA
    ab29431 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Copy the full SHA
    e5b9c25 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Copy the full SHA
    725afe3 View commit details
    Browse the repository at this point in the history