You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add auto-reconnection and improved connection handling
- Add automatic reconnection thread with retry logic
- Add IsConnected() method for thread-safe connection state checking
- Improve connection state management with is_reconnecting_ flag
- Add re-advertisement logic in ROSTopic on send/queue failures
- Refactor code organization with helper functions
- Improve error handling and logging
- Add thread-safe connection checks in SendMessage methods
- Better handling of connection failures and recovery
0 commit comments