tiqi-group / pydase

A Python library for creating remote control interfaces of Python objects.
https://pydase.readthedocs.io
MIT License
2 stars 1 forks source link

Fix/connection toast timeout #60

Closed mosmuell closed 1 year ago

mosmuell commented 1 year ago

The connection toast changed the state to "reconnecting" two seconds after the client has disconnected. This was not taking into account that the client could already have reconnected again. This PR fixes this.