You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Stream wrapper of msgpack.js, it seems that the send function doesn't handle the underlying stream's writable.'drain' event, even though in most cases, stream.write would succeed, but for high volume data pumping scenarios, when stream.write returns false, the writable.'drain' event should be used to resume writing
The text was updated successfully, but these errors were encountered:
In the
Stream
wrapper of msgpack.js, it seems that thesend
function doesn't handle the underlying stream'swritable.'drain'
event, even though in most cases,stream.write
would succeed, but for high volume data pumping scenarios, whenstream.write
returnsfalse
, thewritable.'drain'
event should be used to resume writingThe text was updated successfully, but these errors were encountered: