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

fix: prevent duplicate connections from being scanned #1843

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

bryce-mcmath
Copy link
Contributor

This PR prevents the camera from freezing when scanning an invalid QR code and also prevents duplicate connections from being made when scanning a valid QR twice

Signed-off-by: Bryce McMath <bryce.j.mcmath@gmail.com>
@bryce-mcmath bryce-mcmath marked this pull request as ready for review March 6, 2024 20:19
Copy link

sonarcloud bot commented Mar 6, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@@ -77,7 +77,7 @@ const configuration: ConfigurationContext = {
disableOnboardingSkip: true,
useCustomNotifications: useNotifications,
useAttestation: useAttestation,
enableUseMultUseInvitation: true,
enableUseMultUseInvitation: false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did I just recently see a PR go through that changed this value?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, that change needs to be reverted as it's part of the cause of the duplicate connection issue

@bryce-mcmath bryce-mcmath merged commit 8b2bcd0 into main Mar 6, 2024
8 checks passed
@bryce-mcmath bryce-mcmath deleted the fix/duplicate-connections branch March 6, 2024 20:43
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.

2 participants