diff options
Diffstat (limited to 'tests/slow-pid.php')
-rw-r--r-- | tests/slow-pid.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/slow-pid.php b/tests/slow-pid.php index 3660cb40..82785610 100644 --- a/tests/slow-pid.php +++ b/tests/slow-pid.php @@ -11,7 +11,7 @@ while ($in = $rr->waitPayload()) { try { sleep(1); - $rr->send((string)getmypid()); + $rr->respond(new RoadRunner\Payload((string)getmypid())); } catch (\Throwable $e) { $rr->error((string)$e); } |