mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 11:52:05 +00:00
FIX: add protection for get_model_task_thread thread
Jira: XXXX Change-Id: I3cbc17d181a0e13c658f31eaeb6a4df878e6df41 Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com>
This commit is contained in:
@@ -312,7 +312,8 @@ struct DisValue {
|
||||
class MachineObject
|
||||
{
|
||||
private:
|
||||
NetworkAgent* m_agent { nullptr };
|
||||
NetworkAgent * m_agent{nullptr};
|
||||
std::shared_ptr<int> m_token = std::shared_ptr<int>(0);
|
||||
|
||||
bool check_valid_ip();
|
||||
void _parse_print_option_ack(int option);
|
||||
|
||||
Reference in New Issue
Block a user