You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix cancel/receive race in messageSourceToFlux for PollableChannel
Replace synchronized cancellation flag with pending-message reclaim on a
shared scheduler and Sinks.One tryEmitValue to detect cancelled emission.
Handle failed PollableChannel re-queue via nack when send returns false.
Fixes#11262
Signed-off-by: arimu1 <19286898+arimu1@users.noreply.github.com>
Copy file name to clipboardExpand all lines: spring-integration-core/src/test/java/org/springframework/integration/channel/reactive/ReactiveStreamsConsumerTests.java
+43Lines changed: 43 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -291,6 +291,49 @@ public void messageNotLostOnStopWithPollableChannel() throws InterruptedExceptio
0 commit comments