- Add a new feature in heartbeat_check thread to cleanup replies that remain for longer than timeout duration, it would take from 10-20 loop cycle to clear these remaining message in replies that no handler pick up. This will reduce memory consumption of long running process that use async rpc call
- Speed up the graceful shutdown progress when heartbeat is enabled.