Skip to content

Conversation

@ronenhamias
Copy link
Member

@ronenhamias ronenhamias commented Jan 25, 2019

#509

  1. update version 3.2.5.RELEASE
  2. refactor and use switchOnFirst.

StepVerifier.create(responses)
.expectErrorMessage("IllegalArgumentException")
.verify(Duration.ofSeconds(3));
.verify(Duration.ofSeconds(300));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it really needed?

Copy link
Member Author

@ronenhamias ronenhamias Jan 25, 2019

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.

https://github.com/reactor/reactor-core/pull/1493/files

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ronenhamias ronenhamias changed the title update version 3.2.5.RELEASE use switchOnFirst replacing HeadAndTail Jan 25, 2019
@segabriel
Copy link
Member

I see we use netty version 4.1.31.Final at that time reactor-netty uses 4.1.33.Final, we should consider how to resolve this problem.

@artem-v artem-v merged commit ce01a81 into develop Mar 1, 2019
@artem-v artem-v deleted the use_switch_on_first branch March 1, 2019 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants