mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-07-08 18:57:59 +02:00
adds handle_connection autostart task to DeviceConnection
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user