-
-
Notifications
You must be signed in to change notification settings - Fork 111
use switchOnFirst replacing HeadAndTail #510
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
Conversation
| StepVerifier.create(responses) | ||
| .expectErrorMessage("IllegalArgumentException") | ||
| .verify(Duration.ofSeconds(3)); | ||
| .verify(Duration.ofSeconds(300)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it really needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes we need it but lets keep it 3 and not 300
it appear to be a bug in reactor so lets just wait until its fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
I see we use netty version |
#509