Open Damglador opened 1 month ago
Perhaps it's a some kind of a time-out, but what is it checking for, or doing?
I've tried termux-monet with it's API and it doesn't have this issue, delays are pretty normal and reasonable, ~1 second, for termux-adb with termux-fastboot and termux-toast with termux-location.
Thanks for suggestion to: https://github.com/nohajc/termux-adb/issues/30#issuecomment-2395113165
Problem description Some commands, or commands used the first time in a while, have precisely 1-minute delay between the time you sent them and a command execution.
For example, for adb there's a one-minute gap after plugging in a device and having it show in termux-adb. For termux-fastboot, any termux-fastboot command will take a minute to execute. First time executing
termx-toast {message}
takes a minute.Observed with:
Steps to reproduce For my use case its termux-adb: https://github.com/nohajc/termux-adb (No, the issue IS NOT on termux-adb side)
To reproduce (with my use case)
termux-adb devices
and see how the whole nothing happened and there's no connected devicestermux-adb devices
and behold how the device has randomly appearedScenario №2 (still with termux-adb):
termux-fastboot devices
and observe how the whole nothing happens for a minute (the other device doesn't even have to be in fastboot)Scenario №3:
termux-toast hello
, it should take exactly one minute to give the toastScenario №4:
Expected behavior Commands shouldn't take a minute to execute
Additional information