tiqi-group / pydase

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

Breaking: changing allowed client arguments #151

Closed mosmuell closed 1 month ago

mosmuell commented 1 month ago

Users could not communicate with services that have SSL-TLS encryption enabled as the client defaulted to insecure websockets. Programmatically constructing the URL from user input is error-prone, which is why I chose to let the users type in the URL to the remote service themselves. The client has to be instantiated like this now: