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

Report no active sockets as an error which enables users of #754

Closed
wants to merge 1 commit into from
Closed

Report no active sockets as an error which enables users of #754

wants to merge 1 commit into from

Conversation

juri8
Copy link

@juri8 juri8 commented Mar 12, 2020

LoadBalancedRSocketMono to correctly react on that.
Issue #713

Due to that change I can now use

LoadBalancedRSocketMono.create(...)
   .retryBackoff(1, Duration.ofMillis(100))

which makes the first call also work from a user perspective

@OlegDokuka
Copy link
Member

@juri8, first of all thank you for the PR.

Secondly, can you please provide a test which reproduce the case first before fixing the issue.

Regards,
Oleh

LoadBalancedRSocketMono to correctly react on that.

Issue 713

Signed-off-by: Jürgen Richtsfeld <[email protected]>
@rstoyanchev rstoyanchev linked an issue Apr 17, 2020 that may be closed by this pull request
@OlegDokuka OlegDokuka added the superseded Issue is superseded by another label Aug 12, 2020
@OlegDokuka
Copy link
Member

closes this one in favor of #899

@OlegDokuka OlegDokuka closed this Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
superseded Issue is superseded by another
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rsocket-load-balancer first request always ends up with error
2 participants