Because it will emit buffers each 500 millis not d...
# rx
g
Because it will emit buffers each 500 millis not depending on the content. If no item will be emitted during 500-millis interval, the empty buffer will be emitted. But I want the debounce functionality, so these 500 millis will be counted from the last emitted item every time.