bufferCount (10) .delay(5000) //want to wait 5 secs .flatMap(e => e) // this needs to go after to flatten the array, buffer spits out arrays of entries .
確定! 回上一頁