Azure / iotedgedev

The Azure IoT Edge Dev Tool greatly simplifies your Azure IoT Edge development process. It has everything you need to get started and helps with your day-to-day Edge development.
https://aka.ms/iotedgedev
Other
160 stars 69 forks source link

[BUG] The wrong module status is being reported and direct methods are not working #607

Open KamalAman opened 1 year ago

KamalAman commented 1 year ago

Description

filtermodule is running hwoever the device is not reporting its status.

image

Any attempt to view logs or send Direct Method messages to an device that is running in the Simulated local development environment fails

image

Expected behavior

Simulated environments should function as closely as possible to actual devices.

Actual behavior

Incorrect status are reported and Direct Methods fail

Steps to Reproduce

deploy a simulated device

Environment

OSX

konichi3 commented 1 year ago

Does real device or EFLOW with your repro steps? Can you please share detail repro steps?