-
-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TCP connection memory leak in Windows #192
Comments
#include void ClientTest() } void TCPconnection(tcp::Connection conn) } int main(int argc, char** argv)
} |
Thanks for your feedback! It is a bug on windows, which may cause a leak of 72 bytes every time when |
TCP connection memory leak in Windows
The text was updated successfully, but these errors were encountered: