mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-23 01:20:03 +02:00
updates client documentation
This commit is contained in:
parent
09e66400c3
commit
7233e5933b
@ -49,7 +49,9 @@ class ProxyClass(ProxyClassMixin, pydase.components.DeviceConnection):
|
||||
|
||||
|
||||
class MyService(pydase.DataService):
|
||||
proxy = pydase.Client(hostname="...", port=8001).proxy
|
||||
proxy = pydase.Client(
|
||||
hostname="...", port=8001, block_until_connected=False
|
||||
).proxy
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
x
Reference in New Issue
Block a user