GatewayWorker+thinkphp5.1,操作數(shù)據(jù)庫,使用TP的DB類,Mysql數(shù)據(jù)庫默認(rèn)連接是8小時(shí)。 在TP的命令行下的其他命令,配置斷線重連,始終有效。 config('database.break_reconnect',true); Db::Connect(config('database.')); 但在GatewayWorker中,大約每隔48小時(shí),數(shù)據(jù)庫就會(huì)連接失?。?[attach]1226...