pure-python-adb
pure-python-adb copied to clipboard
st_mtime is not converted to int in async
https://github.com/Swind/pure-python-adb/blob/b136202b04660db57b49418514dd9eddc2ecb365/ppadb/sync_async/init.py#L23
Will crash struct.error: required argument is not an integer in async push, but it works fine in sync.
Are there any other modifications that are not synchronized with sync?
I briefly browsed the sync, and the others seem to be no different, just this one should be changed.