Closed greensky00 closed 1 year ago
If a member receiving snapshot is not responding, and then removed by the rpc error handler, its snapshot ctx is kept open and will never be closed.
To avoid such an issue, rpc error handler should explicitly destroy the snapshot ctx of the removed member.
If a member receiving snapshot is not responding, and then removed by the rpc error handler, its snapshot ctx is kept open and will never be closed.
To avoid such an issue, rpc error handler should explicitly destroy the snapshot ctx of the removed member.