On Tue, May 17, 2016 at 5:57 PM, Super Twang <[email protected]> wrote: > RE: The writes... I am seeing E_PIPE on my writes quite regularly if I don't > throttle them. > > So, to paraphrase what you said, I should use your technique to throttle > them BEFORE I get to the E_PIPE stage. Correct? > > Thx again!
EPIPE usually means the other end has closed the connection. If that's because you're writing too quickly, it's hard to say - it might be the user simply closed the window/tab. -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
