改名
This commit is contained in:
@@ -33,11 +33,9 @@ abstract class Callback extends HttpService
|
||||
protected function clear($server, $worker_id, $message)
|
||||
{
|
||||
try {
|
||||
Timer::clearAll();
|
||||
|
||||
fire(Event::SYSTEM_RESOURCE_CLEAN);
|
||||
|
||||
\logger()->insert();
|
||||
\logger()->insert();
|
||||
|
||||
Snowflake::clearProcessId($server->worker_pid);
|
||||
|
||||
@@ -52,7 +50,6 @@ abstract class Callback extends HttpService
|
||||
}
|
||||
|
||||
|
||||
|
||||
const EVENT_ERROR = 'WORKER:ERROR';
|
||||
const EVENT_STOP = 'WORKER:STOP';
|
||||
const EVENT_EXIT = 'WORKER:EXIT';
|
||||
|
||||
Reference in New Issue
Block a user