There was a bug that I introduced at some point where if the first query for reservations returned that none were available, the bot would immediately kill itself. This change should now correctly continue querying for reservations until it reaches the max millisToRetry.
[x] Should now correctly retry searching for reservations as long as none were found or it has not hit the max millisToRetry
There was a bug that I introduced at some point where if the first query for reservations returned that none were available, the bot would immediately kill itself. This change should now correctly continue querying for reservations until it reaches the max
millisToRetry
.millisToRetry