Spyros Gi

Results 19 issues of Spyros Gi

In #937 that adds support for multi-concentrators, we skip ADR for some messages: - those marked as duplicates because they are dropped already in the start of the processing -...

story

Consider the scenario: - Unconfirmed message with frame counter 10, Deduplication Mark or None - Station A picks it up, LNS marks it as Not Duplicate, goes upstream ✔ -...

bug

## Current Behavior At the moment the 2 deduplication strategies (local on the LNS level and based on the Function) are tested in isolation from one another in integration and...

story

## Scenario - current behavior - Device sends message that needs confirmation - Message is reaching 2 LNSs, deduplication strategy is drop - LNS1 wins the race and then crashes...

bug

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...

bug

There is a potential race between the Direct method to close a connection and the C2D message for class C devices, e.g.: - we want to send a C2D message...

bug

[Azure Sphere](https://azure.microsoft.com/en-us/services/azure-sphere/) allows a secure way to connect MCU devices to the cloud. Main advantages are regular OS updates as well as concentrator app updates and multiple security features. We...

enhancement