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

Call the bind_device function only if the bind_device network option … #713

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

frank-hivewatch
Copy link
Contributor

Call the bind_device function only if the bind_device network option is defined.

If binding device is None or an empty string it removes the binding,
which is causing PermissionDenied errors in AWS environment (lambda function).

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • Formatted with cargo fmt
  • Make an entry to CHANGELOG.md if it's relevant to the users of the library. If it's not relevant mention why.

…is defined.

If binding device is None or an empty string it removes the binding,
which is causing PermissionDenied errors in AWS environment (lambda function).
@h3nill
Copy link

h3nill commented Sep 29, 2023

Thank you!

@h3nill h3nill merged commit ce36a08 into bytebeamio:main Sep 29, 2023
3 checks passed
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.

3 participants