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
@kazu-yamamoto It is pretty typical to close the fd after sending. It isn't required or always what you want so it is probably correct to remove closeFd from sendFd. Its inclusion is more of a high level approach, which isn't really the intent in network any more.
I think most of the time you don't want it closed, and currently there's no way to avoid it.
The text was updated successfully, but these errors were encountered: