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.
I tested preview IoT Edge for internet connectivity scenario with AMQP protocol. For D2C telemetry messaging, Edge Hub's "storeAndForward" feature worked perfect, it buffered unsent message while it was disconnected. However, after reconnection, I could not call direct method for the device with error code 404103 and following stack trace.
Timed out waiting for device to connect.\",\"info\":{\"timeout\":\"00:00:00\"},\"timestampUtc\":\"2018-03-29T10:41:59.9932398Z\"}","ExceptionMessage":""} not registered
at Microsoft.Azure.Devices.HttpClientHelper.<ExecuteAsync>d__35.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Azure.Devices.HttpClientHelper.<PostAsync>d__26`2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
at InvokeDirectMethod.Program.<Main>d__0.MoveNext() in MYDIRECTORY\InvokeDirectMethod\InvokeDirectMethod\Program.cs:line
Expected behavior
DirectMethod is successful after device side internet reconnection.
Actual behavior
404103 error until device reboot.
Sidenote
It looks same problem as this. I think this issue is more critical than vanilla device client because
We cannot detect internet(AMQP) disconnection because an IoT Edge hides underlying internet connectivity, so we cannot react such condition.
Modules (docker container) hard to initiate host device reboot.
The text was updated successfully, but these errors were encountered:
I am getting this error when attempting to send a direct method. Is there a workaround or a fix? It happens when sending from the portal or from my own service console app.
Environment
Symptom
I tested preview IoT Edge for internet connectivity scenario with AMQP protocol. For D2C telemetry messaging, Edge Hub's "storeAndForward" feature worked perfect, it buffered unsent message while it was disconnected. However, after reconnection, I could not call direct method for the device with error code 404103 and following stack trace.
Expected behavior
Actual behavior
Sidenote
It looks same problem as this. I think this issue is more critical than vanilla device client because
The text was updated successfully, but these errors were encountered: