Skip to content

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.

1 participant