The program prevents the user from exiting when pressing Ctrl + C. I assume the issue is that threads are blocking the exit flow.
The program prevents the user from exiting when pressing Ctrl + C. I assume the issue is that threads are blocking the exit flow.