mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-21 07:24:36 +00:00
* Update error message to correspond to changes in v0.34.x * Add buffer size and client-close config parameters Signed-off-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
@@ -15,7 +15,7 @@ var (
|
||||
|
||||
// ErrOutOfCapacity is returned by Err when a client is not pulling messages
|
||||
// fast enough. Note the client's subscription will be terminated.
|
||||
ErrOutOfCapacity = errors.New("client is not pulling messages fast enough")
|
||||
ErrOutOfCapacity = errors.New("internal subscription event buffer is out of capacity")
|
||||
)
|
||||
|
||||
// A Subscription represents a client subscription for a particular query and
|
||||
|
||||
Reference in New Issue
Block a user