Figure out why Flux.delayElements() and Mono.delayElement() break the HeatPump #279
Labels
annoyance
reactive
Pertinent to Reactive branches only
stable-not-affected
Issues with this label affect only the development branches
Expected Behavior
Using
Flux.delayElements()
orMono.delayElement()
works as documented.Actual Behavior
It doesn't. Observed behavior is - next element from the flux is being emitted while the delay is underway.
The text was updated successfully, but these errors were encountered: