or while loop
Any fix ?
It's not a problem if you put a while(true) in your main thread, your program freezes until that loop finishes (which is never) So a "Fix" to this issue is to use other threads to do the job for you.
Обсуждают сегодня