mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
sync with dispatchOn change in reactor-core
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ public class AsyncIntegrationTests extends AbstractHttpHandlerIntegrationTests {
|
||||
return response.setBody(Flux.just("h", "e", "l", "l", "o")
|
||||
.useTimer(Timer.global())
|
||||
.delay(Duration.ofMillis(100))
|
||||
.dispatchOn(asyncGroup)
|
||||
.publishOn(asyncGroup)
|
||||
.collect(allocator::allocateBuffer,
|
||||
(buffer, str) -> buffer.write(str.getBytes())));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user