DiamondLightSource / SuRVoS2

Next generation of SuRVoS
MIT License
9 stars 6 forks source link

Connection error crashin Napari #3

Open thomasmfish opened 2 years ago

thomasmfish commented 2 years ago

frontend/control/launcher.py handling of connection errors needs to have some kind of timeout that reverts to user handling, maybe running the reconnection on a different thread too? Currently if the connection fails, there is no information unless you look at the command line, and it continues retrying forever without explaining why it cannot connect. If you try to interact with it, it crashes.