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: wait a macrotick to resume without pipelining #1465

Merged
merged 2 commits into from May 25, 2022
Merged

fix: wait a macrotick to resume without pipelining #1465

merged 2 commits into from May 25, 2022

Commits on May 24, 2022

  1. Wait a macrotick to resume without pipelining

    This change makes the Client wait for a full macrotick before
    executing up the next request if pipelining is disabled.
    This is to account for socket errors events that might be waiting
    to be processed in the event queue. This is the expected behavior
    without pipelining.
    
    This will slow us down a bit without pipelinig.
    
    Fixes: #1415
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed May 24, 2022
    Copy the full SHA
    2f831dc View commit details
    Browse the repository at this point in the history
  2. fixup

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed May 24, 2022
    Copy the full SHA
    661ac41 View commit details
    Browse the repository at this point in the history