Closed AnthonyLaw closed 3 years ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Is this fix covering the case when the user passed the login page but after that node goes offline/unreachable? So ideally when a call to the node fails due to node unreachable we should fire an event to trigger a different node selection.
The application crash was caused by the selected node being unreachable.
To resolve this, we will verify the selected node status, if the node is unreachable, it will be randomly assigned the new node from the node list.