Is AsyncProducerConsumerQueue<byte> (maxCount: 10*1024*204)
designed to handle gigabytes of bytes or is there a better way to create a streaming queue for a gigabyte of bytes? Is it better to put byte[] of some size into the queue?
It just sounds weird for me to call await Dequeue
a billion times...