spring-shell icon indicating copy to clipboard operation
spring-shell copied to clipboard

Revisit DefaultEventLoop destroy

Open jvalkeal opened this issue 2 years ago • 0 comments
trafficstars

Some tests on a ci are time to time giving trouble, i.e.:

DefaultEventLoopTests > canDispatchFlux() FAILED
    reactor.core.publisher.Sinks$EmissionException at DefaultEventLoopTests.java:42

Comes from:

this.many.emitComplete(Sinks.EmitFailureHandler.FAIL_FAST);

Should think if we need to retry and what is expected behavior from api point of view.

jvalkeal avatar Oct 20 '23 16:10 jvalkeal