This commit is contained in:
2025-11-07 20:26:15 +01:00
parent 44fb1c4f36
commit d7cf946431
6 changed files with 144 additions and 42 deletions
-1
View File
@@ -35,7 +35,6 @@ int main(int argc, char **argv)
// Spawn simulation client
spawn_simulated_process("--client --remote-addr 127.0.0.1 --remote-port 8080");
printf("Running simulation (press Ctrl+C to stop)...\n");
while (!simulation_should_stop)
update_simulation();