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 restoring #799

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

sashacmc
Copy link
Member

@sashacmc sashacmc commented Nov 20, 2024

This PR implements connection restoring functionality for zenoh-pico.

  • Automatic reconnection attempts when connection is lost
  • Enhanced connection state management
  • Caching and restoration of declarations after reconnection
  • Improved reliability for applications using zenoh-pico

This feature is implemented behind the feature flag Z_FEATURE_AUTO_RECONNECT. It is enabled by default but can be disabled to reduce memory usage.

Closes: #767

@sashacmc sashacmc added the enhancement Things could work better label Nov 20, 2024
@sashacmc sashacmc force-pushed the connection_restoring branch 11 times, most recently from 90c1a42 to b6c7473 Compare December 18, 2024 17:24
@sashacmc sashacmc force-pushed the connection_restoring branch from 6bb2429 to 75e5fc0 Compare December 19, 2024 15:00
@sashacmc sashacmc force-pushed the connection_restoring branch from 75e5fc0 to 9548474 Compare December 19, 2024 15:00
@sashacmc sashacmc marked this pull request as ready for review December 19, 2024 15:11
@sashacmc sashacmc requested a review from jean-roland December 19, 2024 15:11
@milyin milyin merged commit 31aaa7a into eclipse-zenoh:main Dec 19, 2024
67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Things could work better
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Connection Restoration Mechanism
3 participants