MikeHg

Results 1 comments of MikeHg

Update: I added the following line after the stop_discovering() function call: std::this_thread::sleep_for(std::chrono::seconds(2)); which seems to prevent the problem. May be without it the program exits before the stop_discovery command has...