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

Implement Connection Restoration Mechanism #767

Open
sashacmc opened this issue Oct 29, 2024 · 0 comments
Open

Implement Connection Restoration Mechanism #767

sashacmc opened this issue Oct 29, 2024 · 0 comments
Labels
release Part of the next release

Comments

@sashacmc
Copy link
Member

sashacmc commented Oct 29, 2024

Describe the release item

Issue:
When network disruptions occur (e.g., due to network problems or router restarts), zenoh-pico currently loses the connection without any attempt to restore it. Unlike zenoh-c, which includes a mechanism to handle such disruptions and automatically reconnect, zenoh-pico lacks this functionality, potentially causing silent data loss and communication gaps.

Expected Behavior:
zenoh-pico should detect network interruptions and, upon reestablishing connectivity, automatically restore its connection without requiring manual intervention. This would bring zenoh-pico in line with zenoh-c in terms of resilience and reliability.

@sashacmc sashacmc added the release Part of the next release label Oct 29, 2024
@sashacmc sashacmc changed the title Implement connection restarting Implement Connection Restoration Mechanism Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Part of the next release
Projects
None yet
Development

No branches or pull requests

1 participant