summaryrefslogtreecommitdiff
path: root/tests/sleep.php
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-18 16:44:24 +0300
committerGitHub <[email protected]>2021-02-18 16:44:24 +0300
commit9fd1ab79d2c82605747e960014f68e95234a9eeb (patch)
tree84638cc3c347fb1a344e48ee01b55abdd849362a /tests/sleep.php
parent8731107ad4e23004500b04442ed8fba0242dfbf2 (diff)
parent546b350a35b35af9eecb61aab5f7bcbbaffd449f (diff)
Merge branch 'master' into dependabot/go_modules/github.com/alicebob/miniredis/v2-2.14.3
Diffstat (limited to 'tests/sleep.php')
-rw-r--r--tests/sleep.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sleep.php b/tests/sleep.php
index e34a6834..fb5c9df2 100644
--- a/tests/sleep.php
+++ b/tests/sleep.php
@@ -11,5 +11,5 @@ $rr = new RoadRunner(new StreamRelay(\STDIN, \STDOUT));
while($rr->waitPayload()){
sleep(3);
- $rr->send("");
+ $rr->respond(new \Spiral\RoadRunner\Payload(""));
}