You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
We need a 'message delivered' notification from IotHub when message is successfully delivered.
Our 'buffer'-module stores messages to database before sending them to IotHub and removes them after message is successfully delivered. Hence we need some kind of notification from IotHub about delivered messages.
Are you planning to implement or interested in having this kind of mechanism (message delivered notification) in the IotHub module?
The text was updated successfully, but these errors were encountered:
This would be great to have in v1. We have it in v2--it's easier to implement because we're using the already-defined networking protocols for IoT Hub (MQTT for starters). For v1 we'd have to define new messages to be passed around by the broker, and then translate those messages to/from calls to the device SDK.
Hi,
We need a 'message delivered' notification from IotHub when message is successfully delivered.
Our 'buffer'-module stores messages to database before sending them to IotHub and removes them after message is successfully delivered. Hence we need some kind of notification from IotHub about delivered messages.
Are you planning to implement or interested in having this kind of mechanism (message delivered notification) in the IotHub module?
The text was updated successfully, but these errors were encountered: