You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?