Skip to content

Commit

Permalink
Update XiaoyaProxyHandler.java
Browse files Browse the repository at this point in the history
  • Loading branch information
zengge99 authored Jul 23, 2024
1 parent 17a8c12 commit d61be33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ public synchronized int read(byte[] buffer, int off, int len) throws IOException
}

if (this.is == null ) {
runTask(threadNum);
runTask(threadNum < 1 ? 1 : threadNum);
this.is = this.futureQueue.remove().get();
runTask(1);
Logger.log(connId + "[read]:读取数据块:" + blockCounter);
Expand Down

0 comments on commit d61be33

Please sign in to comment.