Closed mosmuell closed 3 months ago
Implements a context manager for the pydase client:
import pydase with pydase.Client(url="ws://localhost:8001) as client: client.proxy.<my_method>()
This PR also fixes an issue on the client where the event loop is already running.
Implements a context manager for the pydase client:
This PR also fixes an issue on the client where the event loop is already running.