Closed bcamadin closed 9 years ago
https://github.com/bpeterman/FreeTrade/blob/master/FreeTradeWindowsForms/FreeTradeWindowsForms/Stock.cs#L57
Is there away to retry 3 times then fail gracefully?
It now tries 3 times and if it can't reach Yahoo after the 3rd time it prompts the user then closes the application.
https://github.com/bpeterman/FreeTrade/blob/master/FreeTradeWindowsForms/FreeTradeWindowsForms/Stock.cs#L57
Is there away to retry 3 times then fail gracefully?