Bug #41
openDevice does not retry key injection when server response is not received
0%
Description
Key Management / Device Security
Steps to Reproduce
Initiate key injection from the server.
Simulate a scenario where the server does not send a response (timeout / network issue).
Observe the device behavior after key injection failure.
Expected Result
If key injection fails due to no response from the server:
The device should automatically retry key injection.
Retry should continue until a successful response is received or retry limit is reached.
Once key injection succeeds, the application should resume normal operation.
Actual Result
When key injection fails and no response is received from the server:
The device does not retry key injection.
Application remains in a non-working state and heart beat API getting Internal server error
Manual intervention is required to restore functionality.
Files
No data to display