drakkar-lig / walt-python-packages

Home of walt-node, walt-server, walt-client and walt-common python packages.
https://walt-project.liglab.fr
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

The topology discovery procedure should be moved to the "blocking" thread. #22

Closed eduble closed 4 years ago

eduble commented 5 years ago

This procedure may take a long time, especially in case of communication issues with switches. In order to avoid blocking other user commands for a while, this should be moved from the "main" to the "blocking" thread.