dhbaird / easywsclient

A short and sweet WebSocket client for C++
MIT License
751 stars 204 forks source link

Memory leak #104

Open GlocKieHuan opened 1 year ago

GlocKieHuan commented 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?