Skip to content

Commit

Permalink
update required, and changes made by the base coroutine class
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Feb 6, 2020
1 parent 10ff6f4 commit 91a90b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Request/Hyper.php
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ public function sendRequest(RequestInterface $request) // Can't use `ResponseInt
$timer = \microtime(true) - $start;

if (empty($this->httpId)) {
$this->httpId = yield Kernel::taskId();
$this->httpId = yield Kernel::getTask();
}

if (!\is_resource($resource)) {
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"php": ">7.1",
"ext-json": "*",
"symplely/http": "^1.1.0",
"symplely/logger": "^1.0.7",
"symplely/coroutine": "^1.4.0"
"symplely/logger": "^1.0.9",
"symplely/coroutine": "^1.4.3"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 91a90b0

Please sign in to comment.