Hi, I am using Speedy Nodes to subscribe to events with “pending” status, as I need to monitor a couple of methods from a contract. So I am reading all pending events, and checking the contract Id and method Id.
The problem is that after say 20 seconds, the node disconnects, and if I try to reconnect I get an error 429. Then I need to wait about 30 seconds until I am able to reconnect for another 20 seconds.
This issue only happens on the BSC Mainnet. On BSC Testnet it works perfectly.
Is there any way to avoid this issue?