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

Close sockets before exiting #342

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thecodeboss
Copy link
Collaborator

After sending a thrift exception, instead of simply exiting, we should close the socket.
This will ensure the SSL transport properly handshakes during the exit.

@thecodeboss thecodeboss requested a review from fishcakez May 22, 2018 23:45
Copy link
Member

@fishcakez fishcakez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should consider spawning a process for each request, and receiving/sending from the process. Then we can avoiding closing the socket on a server error. Unless the spawned process exits without replying. In that case we would also exit without replying as we can't know if a reply was sent.

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.

2 participants