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

Leave null pointer if task init failed & stop unicast read task when close message received #306

Merged
merged 2 commits into from
Jan 8, 2024

Conversation

jean-roland
Copy link
Contributor

@jean-roland jean-roland commented Dec 26, 2023

This fixes #300, we don't register the task pointer in the transport structure if the task init failed.

And also #299, when a unicast read task receives a close message, it stops running.

@jean-roland jean-roland changed the title Leave null pointer if task init failed Leave null pointer if task init failed & stop unicast read task when close message received Dec 27, 2023
@Mallets Mallets merged commit 991fb93 into eclipse-zenoh:master Jan 8, 2024
47 checks passed
@jean-roland jean-roland deleted the fix_fail_task_creation branch January 8, 2024 13:53
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.

Clear task pointer when creation failed
2 participants