Prevent stopping WR task without initialization

This commit is contained in:
AntiTopQuark
2024-02-22 09:45:59 +00:00
committed by ob-robot
parent 8d22244e43
commit 6d820a15b8
2 changed files with 32 additions and 5 deletions

View File

@ -191,6 +191,7 @@ private:
int tg_id_;
int64_t timeout_ts_;
bool is_running_task_;
bool is_inited_;
};
}//end namespace share