tendermint / js-abci

Javascript ABCI libraries
87 stars 41 forks source link

Handle client connection errors #40

Open KrishnaPG opened 4 years ago

KrishnaPG commented 4 years ago

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