You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when calling the send method with the shouldPollResponse parameter set to true, the default timeout for waiting for the transaction to be executed is 60 seconds. However, this timeout may be insufficient for busy networks where transaction confirmation may take longer.
It would be great to have the ability to set a custom timeout for the send method with the shouldPollResponse parameter, allowing developers to adjust the timeout according to their needs.
Adding this feature would improve the user experience for developers using your library and make it more adaptable to different network conditions.
Thank you for considering this feature request.
The text was updated successfully, but these errors were encountered:
Thank you for your suggestion, we will support it in next version. And now if the default timeout is insufficient , you could check the transaction result by tronWeb.trx.getTransactionInfo(txID).
Currently, when calling the send method with the shouldPollResponse parameter set to true, the default timeout for waiting for the transaction to be executed is 60 seconds. However, this timeout may be insufficient for busy networks where transaction confirmation may take longer.
It would be great to have the ability to set a custom timeout for the send method with the shouldPollResponse parameter, allowing developers to adjust the timeout according to their needs.
Adding this feature would improve the user experience for developers using your library and make it more adaptable to different network conditions.
Thank you for considering this feature request.
The text was updated successfully, but these errors were encountered: