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
The IWritable write function callback says the number of bytes which has been written is returned, but uv_stream_write doesn't return this information. I've just been returning the number of bytes the user provided if the write succeeded, no idea if this is "correct" or not, but it seems to be the best that can be done.
The text was updated successfully, but these errors were encountered:
The
IWritable
write function callback says the number of bytes which has been written is returned, butuv_stream_write
doesn't return this information. I've just been returning the number of bytes the user provided if the write succeeded, no idea if this is "correct" or not, but it seems to be the best that can be done.The text was updated successfully, but these errors were encountered: