移除SerializedLambda

This commit is contained in:
redkale
2023-06-29 17:58:36 +08:00
parent 1fd6dca941
commit 4a62ea0cd3
3 changed files with 3 additions and 254 deletions

View File

@@ -390,7 +390,7 @@ abstract class AsyncNioConnection extends AsyncConnection {
//writeTotal = totalCount;
continue; //要全部输出完才返回
}
break;
break;
} else if (writeCount < 0) {
if (totalCount == 0) {
totalCount = writeCount;