Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-13 18:42:42 +08:00
parent 24ebfac360
commit 88c3958aba
2 changed files with 6 additions and 4 deletions
-1
View File
@@ -94,7 +94,6 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa
return;
}
$async_time = (int)Config::get('consul.async_time', 1000);
var_dump($async_time);
Timer::tick($async_time, static function ($timeId) {
if (env('state', 'start') == 'exit') {
Timer::clear($timeId);