Skip to content
Snippets Groups Projects
Commit 8f8a5852 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

TODO sleep issues

parent b4481e0e
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ public class Player
String line = brdr.readLine();
while (line != null && !Thread.interrupted()) {
while (paused) {
sleep(500l); // half sec
sleep(1000l); // TODO confirm: full second, was half second
}
if (line.length() <= 0)
; // blank lines ok
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment