kaspanet / kaspad

Kaspad was the reference full node Kaspa implementation written in Go (golang), now rewritten in Rust: https://github.com/kaspanet/rusty-kaspa
ISC License
450 stars 232 forks source link

kaspad err: route 'rpc client - incoming' got timeout after 30s: timeout expired #2271

Closed HankPavel closed 1 month ago

HankPavel commented 6 months ago

We run the kaspad node program and synchronize the block data through this node. But occasionally I will encounter this error route 'rpc client - incoming' got timeout after 30s: timeout expired, sometimes call the RPCClient.Reconnect() method can be restored, sometimes not, need to restart the node program to restore. What's the problem?

Background: kaspad node version 0.12.15 RPCClient version: github.com/kaspanet/kaspad v0.12.13

Kali123411 commented 6 months ago

You are using a two versions ago node...use the latest release

HankPavel commented 6 months ago

oops... it`s not works for me. and problem still exists~

someone235 commented 1 month ago

The go implementation is deprecated: Any pull requests or issues that will be opened in this repository will be closed without treatment, except for issues or pull requests related to the kaspawallet, which remains maintained. In any other case, please use the Rust implementation instead.