public void Release(MemPool pool) { if (null != recivedata) { pool.Recycle(ref recivedata); recivedata = null; } sendData = null; }