Ejemplo n.º 1
0
        public bool ClearFirstPacket()
        {
            if (_mSendBufferList.Count <= 0)
            {
                return(false);
            }
            var count = _mSendBufferList[0].Count;

            _mDynamicBufferManager.Clear(count);
            _mSendBufferList.RemoveAt(0);
            return(true);
        }