Peers are not able to receive Consensus and Node messages.
To Reproduce
Steps to reproduce the behavior:
Use setup on ampool machines (172.29.8.14, 172.29.8.15, 172.29.8.16, 172.29.8.17)
cd rust_project/simpleblockchain
cargo build --all-targets
cd target/debug
TO run peer, ENTER ./node -C aura.toml
Use machine 172.29.8.17 to send dummy transactions
Enter cmd to run client ./wallet_app_client
Enter 8 to start the process
The Client will send transactions initially with 1TPS and then increase till 5TPS.
Expected behavior
Peer should broadcast incoming transactions to other peer successfully.
Peers should create blocks and other peers able to receive it and respond accordingly.
What is happening
When the client sends transactions with higher TPS, suddenly Consensus messages are not delivered to other peers, and rarely transaction broadcast also not happening.
Peers are not able to receive Consensus and Node messages.
To Reproduce Steps to reproduce the behavior:
cd rust_project/simpleblockchain
cargo build --all-targets
cd target/debug
./node -C aura.toml
./wallet_app_client
The Client will send transactions initially with 1TPS and then increase till 5TPS.
Expected behavior Peer should broadcast incoming transactions to other peer successfully. Peers should create blocks and other peers able to receive it and respond accordingly.
What is happening When the client sends transactions with higher TPS, suddenly Consensus messages are not delivered to other peers, and rarely transaction broadcast also not happening.