joelpob / betfairng

C# API for Betfair API-NG
MIT License
38 stars 37 forks source link

listMarketBook exception #8

Open fptrader opened 8 years ago

fptrader commented 8 years ago

I occasionally get an exception on

var book = client.ListMarketBook(markets.Keys.ToList(), this.priceProjection).Result;

in MarketListener.cs

What would be the best way to handle this exception as it currently crashes the program