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
socket:send flattens iolists with list_to_binary on every call;
sendv (OTP 27+) converts the iolist to an iovec and hands it to a
single writev-style NIF call instead. Binaries keep using send.
0 commit comments