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
Currently write() just places the buffer into libevents output queue and never blocks. This should instead be consistent with the other drivers, also to avoid piling up too much data. The write event should be used for this with appropriate buffer limits.
The text was updated successfully, but these errors were encountered:
Currently
write()
just places the buffer into libevents output queue and never blocks. This should instead be consistent with the other drivers, also to avoid piling up too much data. The write event should be used for this with appropriate buffer limits.The text was updated successfully, but these errors were encountered: