Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
twose committed Mar 14, 2019
2 parents 1dfb32d + 42306ea commit 9e0ca47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/swoole_server/bug_11000_01.phpt
Expand Up @@ -10,6 +10,7 @@ $pm->childFunc = function () {
$port = get_one_free_port();
$serv = new \swoole_server(TCP_SERVER_HOST, $port);
$process = new \Swoole\Process(function ($process) use ($serv) {
usleep(10000);
var_dump($serv->stats());
$serv->shutdown();
});
Expand Down

0 comments on commit 9e0ca47

Please sign in to comment.