Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Timeout bundle options

Latest
Compare
Choose a tag to compare
@yannickl88 yannickl88 released this 18 Nov 10:47
6995009

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 to connect_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.