合并IO线程管理类
This commit is contained in:
@@ -80,7 +80,7 @@ public class TCPConnection {
|
||||
ThreadTool.makeVThreadIfSupport("FLUSH", () -> {
|
||||
try {
|
||||
while (true) {
|
||||
Thread.sleep(100);
|
||||
Thread.sleep(10);
|
||||
if(flush) {
|
||||
synchronized (dout) {
|
||||
dout.flush();
|
||||
|
||||
Reference in New Issue
Block a user