Azure / azure-iot-sdk-csharp

A C# SDK for connecting devices to Microsoft Azure IoT services
Other
457 stars 493 forks source link

[Bug Report]Edgehub - Unknown feedback message - #3451

Open Syntakt97 opened 3 months ago

Syntakt97 commented 3 months ago

Context

Description of the issue

Warnings are issued in the EdgeHub regarding an "Unknown feedback message" from the aggregation. We receive this warning on all devices. Did not cause any problems on version 1.40, since the update to 1.41 these messages have been sent. These warnings are also sent on version 1.42.

3c22465b-23ed-4ec6-bde9-e4a788187443

Thanks in advance for fixing this problem.

timtay-microsoft commented 3 months ago

What protocol is your device client using here? AMQP or MQTT?

timtay-microsoft commented 3 months ago

And is the version of Edgehub that you are running consistent when you tested the difference between 1.40 and 1.41+ of this client?

Syntakt97 commented 2 months ago

Our device is using AMQP. I've tested the differences on the client that occur when I change the version of Edgehub, in this case from 1.40 to 1.41 and 1.42. However, the version did not change during the test. Is that what you wanted to know with your question?