You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a race condition in the rotate_hosts() function when used in with threading. Essentially if two hosts rotations finish at the same time, the script just pulls the first IP address and assumes it is the correct one. This means that tunnel fails to re-establish.
The text was updated successfully, but these errors were encountered:
There is a race condition in the rotate_hosts() function when used in with threading. Essentially if two hosts rotations finish at the same time, the script just pulls the first IP address and assumes it is the correct one. This means that tunnel fails to re-establish.
The text was updated successfully, but these errors were encountered: