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(transport): return Poll::ready until error is consumed #536

Merged
merged 5 commits into from
Jan 15, 2021

Commits on Nov 19, 2020

  1. fix(transport): return Poll::ready until error is consumed

    When a lazy connection fails to connect it first
    returns Poll::ready from the reconnect service,
    yet the subsequent call returns Poll::pending
    making tower_balance loop forever.
    Instead, on error we return Ready
    until the error is consumed in the
    call method.
    tl-helge-hoff committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    0547660 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    99fb8df View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

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

Commits on Jan 15, 2021

  1. Merge branch 'helge-reconnect-forever-loop' of https://github.com/tl-…

    …helge-hoff/tonic into tl-helge-hoff-helge-reconnect-forever-loop
    LucioFranco committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    8d2d24c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6c1121 View commit details
    Browse the repository at this point in the history