kaspanet / rusty-kaspa

Kaspa full-node reference implementation and related libraries in the Rust programming language
ISC License
442 stars 144 forks source link

Fix gRPC server freeze #316

Closed tiram88 closed 10 months ago

tiram88 commented 10 months ago

Fix a freeze of the gRPC server eventually stalling the full node.

The freeze would only crop up in very rare occasions requiring very high traffic load and proved hard to spot.

In addition to that, this PR also: