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