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

Set connection status to ERROR when closed due to protocol error (#126) #127

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 26, 2021

  1. Set connection status to ERROR when closed due to protocol error

    Amends DuplexConnection#close to accept an optional error indicating that the connection is being closed due to that error.
    
    Updates implementations to handle this error and report it to consumers.
    
    Updates RSocketMachine to pass protocol-level connection errors to close
    
    Adds/updates tests to check for handling this parameter
    
    Signed-off-by: Stephen Cohen <stesen@outlook.com>
    ada-waffles committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    a03b173 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

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