This repository was archived by the owner on Mar 15, 2021. It is now read-only.
With the release it is possible to configure a timeout for the Curl connection the client uses. By default this is set to 300
.
Breaking changes:
- The option
connecting_timeout
has been renamed toconnect_timeout
to match the CURL option for the class\BeSimple\SoapClient\Curl
. However, it was only possible to set this when instantiating this yourself which was not recommended.