Roel Fauconnier
Roel Fauconnier
- [ ] Better handling of dntxed* (downlink transmitted): this adds more information to the full e2e flow of a message. As a minimum we should ensure the transmit ID...
To improve availability we can use the discovery feature of the concentrators. We can monitor the health of the LNS servers and route discovery requests to a list of available...
The current discovery E2E tests do not run against a deployed instance of the Discovery Service and they do not run using a real LBS. We should have: - [...
https://docs.codecov.com/docs/pull-request-comments#requiring-changes
## Checklist This checklist is used to make sure that common guidelines for a pull request are followed. - [ ] Versions update reflected in all places (both __init__.py files,...
Some calls to the `azure_cli` wrapper are being called multiple times, where the result can easily be cached. For example: `get_default_subscription` (see usage https://github.com/Azure/iotedgedev/blob/main/iotedgedev/cli.py#L665 where a local value is used...