-
Notifications
You must be signed in to change notification settings - Fork 253
SO_NOSIGPIPE not set on ios #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
No reason I think. It would require changing: https://github.com/alexcrichton/socket2-rs/blob/b3badc7d3d599746a3632666876f1a253476c3c7/src/sys/unix.rs#L264 to |
Done: #84 I went with |
I think for the long term we should move to |
I am experiencing trouble with sigpipes using socket2 on ios. The code already sets nosigpipe by default for macos, is there a reason this is not done for ios as well?
The text was updated successfully, but these errors were encountered: