I figured it out, it was because the single was em...
# rx
a
I figured it out, it was because the single was emitting before the sampler's first emit. For this to work, the
emitLast
parameter should be set to true, in which it will emit the latest emitted item even if the pipe completes before the sampler's emission 😊