Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanzhihai committed Nov 14, 2023
1 parent c2cd895 commit 0a11332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function __construct()
public function __destruct()
{
if (!empty($this->promises)) {
\GuzzleHttp\Promise\Utils($this->promises)->wait();
//\GuzzleHttp\Promise\Utils($this->promises)->wait();
}
}

Expand Down

0 comments on commit 0a11332

Please sign in to comment.