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: Add return statements in setScanPeriod and setBetweenScanPeriod to prevent IllegalStateException (#146) #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 15, 2024

  1. fix: add return statements in setScanPeriod and setBetweenScanPeriod …

    …to prevent IllegalStateException
    
    This commit adds missing return statements after result.success and result.error calls in the setScanPeriod and setBetweenScanPeriod methods. This prevents the method from continuing execution and inadvertently calling result.notImplemented(), which was causing IllegalStateException due to multiple responses being sent for a single method call.
    
    Closes alann-maulana#146
    ktanaka101 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4d7eb7f View commit details
    Browse the repository at this point in the history