We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73ce5d commit 45eb149Copy full SHA for 45eb149
src/Services/BaseService.php
@@ -30,7 +30,7 @@ public function __construct(string $wsdl = null, array $options = [])
30
$options["trace"] = true;
31
$options["compression"] = SOAP_COMPRESSION_ACCEPT | SOAP_COMPRESSION_GZIP;
32
$options["cache_wsdl"] = WSDL_CACHE_MEMORY; // https://github.com/php-twinfield/twinfield/issues/50
33
- $options["keep_alive"] = true;
+ $options["keep_alive"] = false;
34
35
if (array_key_exists("cluster", $options)) {
36
$wsdl = "{$options["cluster"]}{$this->WSDL()}";
0 commit comments