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
When deduplication strategy is Mark or none, there is no single "owner" gateway of the connection to IoT Hub. Therefore the nullable IsConnectionOwner flag should be kept null and we should not attempt to close the connection (allowing the connection ping pong to happen). This is already a documented limitation of the Mark and none strategies.
Acceptance criteria
Ensure for Mark/None strategies we don't set a connection owner and we don't close the connection.
Unit or simulation test covering this case.
The text was updated successfully, but these errors were encountered:
spygi
changed the title
Handle correctly Mark case: connectionOwner should be null for all LNSs as there is no single owner
Handle correctly Mark/None case: no single gateway owns the device connection to IoT Hub
Mar 3, 2022
When deduplication strategy is Mark or none, there is no single "owner" gateway of the connection to IoT Hub. Therefore the nullable
IsConnectionOwner
flag should be kept null and we should not attempt to close the connection (allowing the connection ping pong to happen). This is already a documented limitation of the Mark and none strategies.Acceptance criteria
The text was updated successfully, but these errors were encountered: