ENH:rry again after subscription failure

Change-Id: Ieedc4059834561ed77f2e66dbf93be21a2d62b61
This commit is contained in:
tao wang 2023-07-07 12:18:49 +08:00 committed by Lane.Wei
parent 7ffeb1a432
commit 6c8f82334e
3 changed files with 23 additions and 1 deletions

View file

@ -297,6 +297,8 @@ private:
boost::thread m_check_network_thread;
public:
//try again when subscription fails
void on_start_subscribe_again(std::string dev_id);
void check_filaments_in_blacklist(std::string tag_supplier, std::string tag_material, bool& in_blacklist, std::string& action, std::string& info);
std::string get_local_models_path();
bool OnInit() override;