vinnymac / PokeNurse

💉 A tool for Pokémon Go to aid in transferring and evolving Pokémon
284 stars 55 forks source link

Updated evolution time to match app update #163

Closed sudoash closed 7 years ago

sudoash commented 7 years ago

It seems like the evolution animation is around 17-18 seconds before the user regains control. I've padded two seconds to the delay range to cater for user scrolling or device lag. Let me know if this is enough.

vinnymac commented 7 years ago

@sudoash Thanks for the pull! how much have you tested this? I might want to get some other eyes on it. Pogobuf implements its own delays, and the server also can rate limit you, so if we make it too quick then requests will start failing, and we wouldn't want that to happen to users.

@mackhankins thoughts?