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

grpc mux: fix sending node again after stream is reset #14080

Merged
merged 5 commits into from
Dec 17, 2020
Merged

grpc mux: fix sending node again after stream is reset #14080

merged 5 commits into from
Dec 17, 2020

Commits on Nov 18, 2020

  1. grpc mux: fix sending node again after stream is reset

    Previously, first_stream_request_ wasn't working as intended because
    api_state_ is still cached from the previous stream
    
    Signed-off-by: Taylor Barrella <[email protected]>
    tbarrella committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    d756684 View commit details
    Browse the repository at this point in the history
  2. Add more test explanation

    Signed-off-by: Taylor Barrella <[email protected]>
    tbarrella committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    8678bde View commit details
    Browse the repository at this point in the history
  3. Fix subscription impl tests

    Signed-off-by: Taylor Barrella <[email protected]>
    tbarrella committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    6727931 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Add integration test

    Signed-off-by: Taylor Barrella <[email protected]>
    tbarrella committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    7ca61d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Merge remote-tracking branch 'origin/master' into set-node

    Signed-off-by: Taylor Barrella <[email protected]>
    tbarrella committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    c74f2e9 View commit details
    Browse the repository at this point in the history