openatx / adbutils

pure python adb library for google adb service.
MIT License
729 stars 173 forks source link

Non-Frozen dataclass lead to UnHashAble Error #88

Closed oslo254804746 closed 1 year ago

oslo254804746 commented 1 year ago

defined at _proto.py line 29

@dataclass()
class DeviceEvent:
    present: bool
    serial: str
    status: str

when use track_devices method, calledset() leads to unhashable error after version 1.2.0 track_device always unavailable