bpeterman / FreeTrade

A stock trade simulator
0 stars 1 forks source link

Function Returns Null Results on time out. #22

Closed bcamadin closed 9 years ago

bcamadin commented 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?

bpeterman commented 9 years ago

It now tries 3 times and if it can't reach Yahoo after the 3rd time it prompts the user then closes the application.