This release fixes a regression bug in the agent reconnection code. I refactored it to use the "correct" method of reconnection, which is by implementing IRetryPolicy
. I forgot to send device details back up to the server on reconnect, though. So reconnected devices would appear offline until the next heartbeat.
Docker Image
See Docker Hub for instructions on pulling and running the image.
Changes:
- 9cc964f Update Release Build.yml for Azure Pipelines
- 95b9a45 Fix regression bug related to agent reconnection. (#552)
- 553c512 Update README.md
This list of changes was auto generated.