AlexanderBuzz / xrpl-php

A PHP library to interact with the XRP Ledger (XRPL) blockchain
ISC License
5 stars 3 forks source link

Make JsonRpcClient timeout configurable #21

Closed nvonsternberg closed 8 months ago

nvonsternberg commented 8 months ago

Since the 3.0 second timeout was throwing errors even though my transaction actually completed on the blockchain, I made the value an optional parameter in case users want a longer value or to disable it using 0.

https://docs.guzzlephp.org/en/stable/request-options.html#timeout