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 #80, I noticed that when logging a long message, in toBufIOWith there comes around a Done with len == 0 as the first thing before the real data comes.
This issue is about investigating whether this is a bug, or whether it's expected, or whether it could be optimised away.
The text was updated successfully, but these errors were encountered:
In #80, I noticed that when logging a long message, in
toBufIOWith
there comes around aDone
withlen == 0
as the first thing before the real data comes.This issue is about investigating whether this is a bug, or whether it's expected, or whether it could be optimised away.
The text was updated successfully, but these errors were encountered: