Skip to content
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

Disabling SIGPIPE errors on UDP Client. #150

Merged
merged 1 commit into from
Jul 24, 2019

Conversation

keab42
Copy link

@keab42 keab42 commented Aug 7, 2018

I've been using this library in some production code, and my Bug logging software has been picking up a lot of SIGPIPE 13 errors from this library on sends.

It looks in part due to the socket unexpectedly closing on our side (I was keeping the connection open for far too long), but given that the code has inbuilt error checking on the SendTo operation, it should be safe to disable the SIGPIPE errors in this way.

@pengyunchou pengyunchou merged commit cb0af50 into swiftsocket:master Jul 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants