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

Handle client connection errors #40

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

KrishnaPG
Copy link

When the Tendermint server is killed / crashed, it is crashing the ABCI proxy app, due to the connection error event. This fixes the issue.

When the Tendermint server is killed / crashed, it is crashing the ABCI proxy app, due to  the connection error event. This fixes the issue.
In this case, the client (the Tendermint backend) closed the connection, and stream already destroyed. We just have to handle the error, since NodeJS crashes otherwise. But nothing much to do inside the handler. So its just empty. If the CI fails again, nothing I can do beyond this.
standard: Use JavaScript Standard Style (https://standardjs.com)
  /home/circleci/js-abci/src/server.js:59:28: Requires a space after '{'
  /home/circleci/js-abci/src/server.js:59:29: Expected space or tab before '*/' in comment.
  /home/circleci/js-abci/src/server.js:59:99: Requires a space before '}'
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.

None yet

1 participant