Re: [whatwg/streams] Fix queue total size tracking logic (#661)

> Except you eventually have to subtract from the running-count total when you dequeue something, and that isn't equivalent, as said in #582 (comment) and tested in #657

Ah, right, thanks! It's a + b - a vs. just b that we're comparing, not two ways of adding up a + b.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/661#issuecomment-273637774

Received on Wednesday, 18 January 2017 23:42:37 UTC