Open GlocKieHuan opened 1 year ago
There is a memory leak in sending audio data continuously on a single connection(int ret = ::send(sockfd, (char*)&txbuf[0], txbuf.size(), 0);),how solve this problem?
There is a memory leak in sending audio data continuously on a single connection(int ret = ::send(sockfd, (char*)&txbuf[0], txbuf.size(), 0);),how solve this problem?