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

[RESTEASY-2952 & RESTEASY-3498] Clean up the SSE callback processing #4154

Merged
merged 2 commits into from
May 13, 2024

Commits on May 13, 2024

  1. [RESTEASY-2952] If an error occurs when attempting a retry, it should…

    … fail appropriately. Also some clean up of the processing.
    
    https://issues.redhat.com/browse/RESTEASY-2952
    Signed-off-by: James R. Perkins <jperkins@redhat.com>
    jamezp committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5b2c356 View commit details
    Browse the repository at this point in the history
  2. [RESTEASY-3498] Do not invoke the onComplete callbacks if the onError…

    … callbacks were invoked. Invoke callbacks when reconnecting and reset the onComplete callbacks to be invoked again.
    
    https://issues.redhat.com/browse/RESTEASY-3498
    Signed-off-by: James R. Perkins <jperkins@redhat.com>
    jamezp committed May 13, 2024
    Configuration menu
    Copy the full SHA
    2969b26 View commit details
    Browse the repository at this point in the history