This commit is contained in:
as2252258@163.com
2021-02-27 04:13:18 +08:00
parent 6485f9e1c0
commit e5042dcd66
-3
View File
@@ -33,9 +33,6 @@ abstract class Callback extends HttpService
protected function clear($server, $worker_id, $message)
{
try {
if ($worker_id < $server->setting['worker_num']) {
$this->warning($server->worker_pid);
}
Snowflake::clearProcessId($server->worker_pid);
Timer::clearAll();