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
We are now receiving NULL messages after 40s - 60s.
Before the Update, the ReceiveAsync() delivered a NULL message only in case of an iothub disconnect, not every 40s - 60s.
According to the unchanges code in this code snippet, the connection to the iothub will be closed and has to be established once more, a behaviour, which is new since the upgrade the protocol gateway SDK.
Do you have any explanation for this behaviour?
best regards Michael
The text was updated successfully, but these errors were encountered:
We have upgraded the protocol gateway
After the Upgrade we have an issue with the IothubClient.ReceiveAsync() method.
Code Snippet
We are now receiving NULL messages after 40s - 60s.
Before the Update, the ReceiveAsync() delivered a NULL message only in case of an iothub disconnect, not every 40s - 60s.
According to the unchanges code in this code snippet, the connection to the iothub will be closed and has to be established once more, a behaviour, which is new since the upgrade the protocol gateway SDK.
Do you have any explanation for this behaviour?
best regards Michael
The text was updated successfully, but these errors were encountered: