feat(network): implement server side KeepAlive (#376)
This commit is contained in:
parent
ca27aa91ac
commit
a6a6ffcfed
5 changed files with 165 additions and 23 deletions
|
|
@ -21,7 +21,7 @@ pub enum Error {
|
|||
ChainSyncError(#[from] chainsync::ClientError),
|
||||
|
||||
#[error("keepalive error")]
|
||||
KeepAliveError(#[from] keepalive::Error),
|
||||
KeepAliveError(#[from] keepalive::ClientError),
|
||||
|
||||
#[error("pallas_traverse error")]
|
||||
PallasTraverseError(#[from] pallas::ledger::traverse::Error),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue