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

Changing profile of device in core-metadata does not trigger callback in custom device service based on device-sdk-c. #541

Open
GabrielMonS opened this issue Feb 3, 2025 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@GabrielMonS
Copy link

🐞 Bug Report

Affected Services [REQUIRED]

The issue is located in: Metadata/Device service sdk

Is this a regression?

Yes, the previous version in which this bug was not present was: **N/A**

Description and Minimal Reproduction [REQUIRED]

After adding a new device to my service using the edgex core UI, if I edit the device and change the profile it should use, core-metadata seems to record the change (it returns a success code and if I go to edit it again, the profile assigned has changed) but my device service does not perform a device_update(). In fact, no logs appear when I do this, as if it was ignoring the event or not listening to it.

🔥 Exception or Error





🌍 Your Environment

Deployment Environment: Ubuntu 22.04 on a AMD64 system.

**EdgeX Version [REQUIRED]: Core version: 3.1.1 ; SDK version: 4.0.0-dev1 **

Anything else relevant? Changing a property in protocols does trigger a call on the device_update() function. If I change the profile(which does not trigger any call) and then change the protocols, when the device_update() is called, it uses the new profile specified.

@GabrielMonS GabrielMonS added the bug Something isn't working label Feb 3, 2025
@cloudxxx8 cloudxxx8 added the help wanted Extra attention is needed label Feb 4, 2025
@github-project-automation github-project-automation bot moved this to New Issues in Technical WG Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Status: New Issues
Development

No branches or pull requests

2 participants