chibenwa commented on PR #2486:
URL: https://github.com/apache/james-project/pull/2486#issuecomment-2457568663

   Don't merge it does not work.
   
   ```
       @Test
       void test() {
           Mono<Void> m = Mono.delay(Duration.ofMillis(1)).then();
           for (int i = 0; i < 2000; i++) {
               int j = i;
               m = m.doFinally(any -> System.out.println(j));
           }
           m.block();
       }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to