Jonathon Merz
Results
1
comments of
Jonathon Merz
**Update:** I've discovered that the problem appears related specifically to using a `Mono.fromCallable()` as the final producer for the `Flux.mergeSequential()`. If I instead use a `Mono.fromRunnable()` the code works as...