Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.10.0
-
None
-
None
Description
The following race condition will crash the console:
- the console start looping through all routers it is aware of and sends management requests
- during the loop, the connection to the router is lost
- the next attempt to send a request will cause a console crash
The connection status should be checked before each request.