Skip to content

Commit

Permalink
Throttle the linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
M. J. Fromberger committed May 24, 2022
1 parent bb2f1b8 commit 8547f91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/architecture/adr-082-socket-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ applications using it. In particular:
client](https://github.com/tendermint/tendermint/blob/master/abci/client/socket_client.go#L149).

The historical intent of terminating for any error seems to have been that
all ABCI errors are unrecoverable and hence protocol fatal (see [Note
1](#note1)). In practice, however, this greatly complicates debugging a
faulty node, since the only way to respond to errors is to panic the node
which loses valuable context that could have been logged.
all ABCI errors are unrecoverable and hence protocol fatal <!-- markdown-link-check-disable-next-line -->
(see [Note 1](#note1)). In practice, however, this greatly complicates
debugging a faulty node, since the only way to respond to errors is to panic
the node which loses valuable context that could have been logged.

- There are subtle concurrency management dependencies between the client and
the server that are not clearly documented anywhere, and it is very easy for
Expand Down

0 comments on commit 8547f91

Please sign in to comment.