改名
This commit is contained in:
@@ -33,9 +33,9 @@ abstract class Callback extends HttpService
|
|||||||
protected function clear($server, $worker_id, $message)
|
protected function clear($server, $worker_id, $message)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
fire(Event::SYSTEM_RESOURCE_CLEAN);
|
Timer::clearAll();
|
||||||
|
|
||||||
Timer::clearAll();
|
fire(Event::SYSTEM_RESOURCE_CLEAN);
|
||||||
|
|
||||||
\logger()->insert();
|
\logger()->insert();
|
||||||
|
|
||||||
|
|||||||
@@ -272,6 +272,7 @@ abstract class Pool extends Component
|
|||||||
*/
|
*/
|
||||||
public function clean(string $name)
|
public function clean(string $name)
|
||||||
{
|
{
|
||||||
|
Timer::clear($this->creates);
|
||||||
if (!Context::inCoroutine()) {
|
if (!Context::inCoroutine()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user