- From: Takeshi Yoshino <notifications@github.com>
- Date: Sun, 16 Oct 2016 22:54:54 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 17 October 2016 05:55:24 UTC
tyoshino commented on this pull request. > - _lastRead = _reader.read(); + function performShutdown(isError, error) { + shuttingDown = true; Oh, right. My comment was not clear about what's the problem I saw. I meant that it looks when shutdown() is invoked directly, not via shutdownWithAction(), we cannot prevent a second shutdown from happening if one is already in progress. -- 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/512
Received on Monday, 17 October 2016 05:55:24 UTC