In various places in the Rust node (e.g. message loop or grpc handlers) we're listening to messages and we're processing them asynchronously via tokio::spawn. There should some backpressure mechanism to prevent growing the task queue without limit.
Search for the issue to find the relevant code locs.
In various places in the Rust node (e.g. message loop or grpc handlers) we're listening to messages and we're processing them asynchronously via
tokio::spawn. There should some backpressure mechanism to prevent growing the task queue without limit.Search for the issue to find the relevant code locs.