Is there a way to set up the order of bots connecting? #2806
-
I use ASF as a 2FA app and have 10 accounts in it. 99% of time I only need my main account's 2FA code/confirmation, however I have to wait for a minute or two until it connects because other bots are in front of it. I couldn't find in settings and FAQ where to set this up. I need my master account to connect first. Can someone help please? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
ASF prefers to start bots in alphabetical (binary, ASCII) sorting order. This can be used for influencing the process, but it doesn't guarantee that the first registered account will connect first to the Steam network, as each bot is independently connecting in parallel and some may take longer time to initialize than others, regardless, they're created and initialized in specified order, and usually connect in specified order as well. You may want to set other bots than your own as |
Beta Was this translation helpful? Give feedback.
ASF prefers to start bots in alphabetical (binary, ASCII) sorting order. This can be used for influencing the process, but it doesn't guarantee that the first registered account will connect first to the Steam network, as each bot is independently connecting in parallel and some may take longer time to initialize than others, regardless, they're created and initialized in specified order, and usually connect in specified order as well.
You may want to set other bots than your own as
Enabled: false
and manually executestart ASF
command to start all of them once your bot connects with the network. It's also possible to create a custom plugin that will do that automatically for you.