Skip to content

Remove backoff logic and implement automatic reconnection feature#1

Merged
smnmsr merged 3 commits into
mainfrom
refactor/reconnecting-logic
Sep 9, 2025
Merged

Remove backoff logic and implement automatic reconnection feature#1
smnmsr merged 3 commits into
mainfrom
refactor/reconnecting-logic

Conversation

@smnmsr
Copy link
Copy Markdown
Owner

@smnmsr smnmsr commented Sep 9, 2025

Eliminate the previous reconnect and backoff logic from the NUS logger while introducing a new automatic reconnection feature with a CLI flag. Update documentation and tests accordingly. Version bumped to 0.1.2.

- Removed auto-reconnect and backoff logic from the NUS logger.
- Updated README and project description for clarity.
- Cleaned up imports by removing unused exponential backoff utility.
- Adjusted tests to reflect the removal of backoff functionality.
- Added `--reconnect` flag to enable/disable automatic reconnection after disconnect.
- Updated CLI help to reflect new reconnection options.
- Introduced spinner for device scanning feedback.
- Enhanced connection logic to support reconnection attempts.
- Bumped version from 0.1.1 to 0.1.2 in pyproject.toml
@smnmsr smnmsr merged commit f97f799 into main Sep 9, 2025
8 checks passed
@smnmsr smnmsr deleted the refactor/reconnecting-logic branch September 9, 2025 06:45
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.

1 participant