Open observeroftime02 opened 4 years ago
Each time the script is launched, the adb server get killed and then restarted: this is what it's preventing you from running multiple instances of the bot, I think. Try commenting this line. https://github.com/Egoistically/ALAuto/blob/fefeaa51089803eaa04d7b7f3e37a7d80083a51d/util/adb.py#L14
I'd like to run several instances of this bot at the same time. I created multiple folders all with their own copy of the scripts in this repository and configure them to connect to the proper android device. Starting up a second instance of the script crashes the first one. Am I doing something wrong? Here's the error it spits out.
As it stands I have to use a separate virtual machine per instance of the script I'd like to run which isn't exactly ideal, anyone got any ideas?