Restarted the production of the app
This commit is contained in:
@@ -33,11 +33,10 @@ int main()
|
||||
|
||||
SimControl::SimControl sc("127.0.0.255",8000);
|
||||
|
||||
sc.start();
|
||||
while (running) {
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(500));
|
||||
|
||||
}
|
||||
sc.stop();
|
||||
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user