mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 08:20:02 +02:00
adds handle_connection autostart task to DeviceConnection
This commit is contained in:
parent
f1384b25a1
commit
fc28b83bc5
@ -7,7 +7,7 @@ import pydase
|
|||||||
class DeviceConnection(pydase.DataService, ABC):
|
class DeviceConnection(pydase.DataService, ABC):
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
super().__init__()
|
super().__init__()
|
||||||
# self._autostart_tasks = {"_handle_connection": ()} # type: ignore
|
self._autostart_tasks = {"_handle_connection": ()} # type: ignore
|
||||||
self._handle_connection_wait_time = 2.0
|
self._handle_connection_wait_time = 2.0
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user