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

rosnode: Fix unclosed socket in rosnode_ping command #2381

Open
wants to merge 1 commit into
base: noetic-devel
Choose a base branch
from

Conversation

RicardoM17
Copy link

Fixes #2176

Unfortunately due to the structure of the code and the fact that ServerProxy is not a mutable object, using the with context manager is not really feasible so this seems to be the feasible solution.

@RicardoM17 RicardoM17 force-pushed the fix-rosnode-ping-unclosed-socket branch 2 times, most recently from a8a0c48 to e87da8b Compare December 6, 2024 11:20
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

Successfully merging this pull request may close these issues.

ResourceWarning with rosnode ping
1 participant