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
By default, a SAS token is renewed every 45 minutes, at that time disconnection and reconnection happen. The problem is that if a message is sent from the HUB at the time of reconnection, the message will be lost. How can I avoid this message drop?
In the C# SDK, reconnection does not seem to occur for IoT edge modules, and the same problem does not occur.
Thank you for bringing this up, we will investigate. If you need to mitigate this issue immediately, it may be worth using Amqp as a workaround for now.
By default, a SAS token is renewed every 45 minutes, at that time disconnection and reconnection happen. The problem is that if a message is sent from the HUB at the time of reconnection, the message will be lost. How can I avoid this message drop?
In the C# SDK, reconnection does not seem to occur for IoT edge modules, and the same problem does not occur.
Code sample exhibiting the issue
Source module (C#)
Sink module (Node.js)
Log (Sink Module)
Log (edgeHub)
The text was updated successfully, but these errors were encountered: