Skip to content
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

Problem: PUB and PUSH sockets have slow memory leak #1389

Closed
hintjens opened this issue May 1, 2015 · 1 comment
Closed

Problem: PUB and PUSH sockets have slow memory leak #1389

hintjens opened this issue May 1, 2015 · 1 comment

Comments

@hintjens
Copy link
Member

hintjens commented May 1, 2015

This is due to delayed closing of pipes, so that when pub or push sockets are opened and closed in a loop, they will slowly leak memory.

Solution: do not delay on closing pub or push pipes.

@hintjens
Copy link
Member Author

hintjens commented May 1, 2015

Fixed by #1384

@hintjens hintjens closed this as completed May 1, 2015
mrvn pushed a commit to mrvn/libzmq that referenced this issue Jul 2, 2015
bluca pushed a commit that referenced this issue Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant