Skip to content

Commit

Permalink
Merge pull request #229 from reliforp/fix-top-command
Browse files Browse the repository at this point in the history
Fix a problem that the top-like mode displays nothing
  • Loading branch information
sj-i committed Nov 6, 2022
2 parents d3da515 + c2e6943 commit b9fc782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Inspector/TopLikeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function (string $watcher_id, $stream) {
'update' => $update_target_message->target_process_list->getArray(),
'current' => $dispatch_table->worker_pool->debugDump(),
]);
$dispatch_table->updateTargets($update_target_message->target_process_list);
yield from $dispatch_table->updateTargets($update_target_message->target_process_list);
Log::debug('target updated', [$dispatch_table->worker_pool->debugDump()]);
}
});
Expand Down

0 comments on commit b9fc782

Please sign in to comment.