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

Issue #84 -- emit esl::end on socket::close #87

Open
wants to merge 1 commit into
base: v1.x
Choose a base branch
from

Conversation

ssinyagin
Copy link

net.Socket emits "end" only on successful closing, but it emits "close" in error conditions as well.

net.Socket emits "end" only on successful closing, but it emits "close" in error conditions as well.
@englercj
Copy link
Owner

If you rebase this branch to the latest, it should run CI so we can check if it passes.

@david-goncalves
Copy link

We think we are facing the same issue. The TCP connection was closed and the application does not receive any signal.
Can we do something to help fixing the problem?

@englercj
Copy link
Owner

englercj commented Sep 1, 2020

A PR on the latest v1 branch with these changes that pass CI would allow me to merge it in.

@ssinyagin
Copy link
Author

come on, it's a one-liner patch, and you have the PR in two branches already

@ssinyagin
Copy link
Author

and this PR is actually against v1.x branch

@blerest
Copy link

blerest commented Jul 1, 2022

Hello @englercj, does it possible to merge this PR?

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.

4 participants