mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
Net-server: remove suspicious sleep
This commit is contained in:
@@ -327,9 +327,6 @@ public class Server implements Runnable {
|
||||
e.printStackTrace();
|
||||
thread = null;
|
||||
}
|
||||
try {
|
||||
Thread.sleep(8);
|
||||
} catch (InterruptedException ex) { }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user