tb-common-utils icon indicating copy to clipboard operation
tb-common-utils copied to clipboard

Connection类中发送postPacket队列总长度问题

Open txtfashion opened this issue 10 years ago • 0 comments

在bool Connection::postPacket(Packet *packet, IPacketHandler *packetHandler, void *args, bool noblocking)该函数中,计算_queueTotalSize的长度,为什么要加上_channelPool.getUseListCount()?

txtfashion avatar Dec 30 '15 11:12 txtfashion