threefoldtech / rmb-rs

RMB implementation in rust
Apache License 2.0
3 stars 1 forks source link

rmb-peer stuck reading messages from relay #143

Closed muhamadazmy closed 11 months ago

muhamadazmy commented 11 months ago

One node on production had an issue receiving messages (not responding) but gaining access to the node it was noticed that the recv queue of the rmb connection is filling up but seem the rmb process is not reading that data:

image

This can be duo to a software bug where the read routing got stuck somehow. Seems that there might be a problem with the detection of connection stalling as well that need to be reviewed