You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownew \LogicException(sprintf('You cannot use "%s()" as the "guzzlehttp/promises" package is not installed. Try running "composer require guzzlehttp/promises".', __METHOD__));
107
107
}
108
108
@@ -112,19 +112,17 @@ public function sendAsyncRequest(RequestInterface $request): Promise
112
112
returnnewRejectedPromise($e);
113
113
}
114
114
115
-
$cancel = function () use ($response) {
116
-
$response->cancel();
117
-
unset($this->promisePool[$response]);
118
-
};
119
-
120
115
$promise = newGuzzlePromise(function () use ($response) {
0 commit comments