Hi,
I changed my application to Async-Reading, but it seems that I'm running frequently into timeouts, when I place quotes. So I don't get back any betids and can't delete exactly this bets.
If I try to read my open bets with listMarketbook 6 times with a break of always 10 seconds (ok, listCurrentOrders is developed for that, but still it should function), it doesn't give me back any results, it's not running into a timeout but frequently it gives data back like I don't have any open orders/bets, also they are there.
It looks like the bets are placed but I can't see them through new API.
I changed my application to Async-Reading, but it seems that I'm running frequently into timeouts, when I place quotes. So I don't get back any betids and can't delete exactly this bets.
The underlying connection was closed: An unexpected error occurred on a receive.
System
at System.Net.HttpWebRequest.EndGetResponse(IAsyncRes ult asyncResult)
at MarketCatcher.JsonRpcClient.Invoke[T](String method, IDictionary`2 args) in xxxxxxxxxxxxx\JsonApiHandler\JsonRpcClient.cs:line 150
System
at System.Net.HttpWebRequest.EndGetResponse(IAsyncRes ult asyncResult)
at MarketCatcher.JsonRpcClient.Invoke[T](String method, IDictionary`2 args) in xxxxxxxxxxxxx\JsonApiHandler\JsonRpcClient.cs:line 150
It looks like the bets are placed but I can't see them through new API.

