node-esl
node-esl copied to clipboard
Issue #84 -- emit esl::end on socket::close
net.Socket emits "end" only on successful closing, but it emits "close" in error conditions as well.
If you rebase this branch to the latest, it should run CI so we can check if it passes.
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?
A PR on the latest v1 branch with these changes that pass CI would allow me to merge it in.
come on, it's a one-liner patch, and you have the PR in two branches already
and this PR is actually against v1.x branch
Hello @englercj, does it possible to merge this PR?