I want to use sample(long, TimeUnit) operator, but...
# rx
f
I want to use sample(long, TimeUnit) operator, but according to docs, it will not emit the last item if the src observable is completed before the sample’s period But I need the last item for sure