using the old api by changing the number of maxconnection from the default(2) it was possible to have numerous in play bets at the same time, this doesnt seem to be working on the new api if i send four bets only the first two are sent immediately, the remaining bets are not sent until the first 2 are returned.
So if the inplay delay is 5 seconds it takes 10 seconds for all bets to be proceessed, and if I send 6 bets it will take 15 seconds.
Im pretty sure its a programming issue and not the api so ifr anyone has their config file working correctly could they correct ther following for me?
<system.net>
<connectionManagement>
<add address = "https://api-ng.betstores.com/betting/betfair/services/api.betfair.com/exchange/betting/json-rpc/v1" maxconnection = "15" />
<add address="*" maxconnection="15" />
</connectionManagement>
</system.net>
So if the inplay delay is 5 seconds it takes 10 seconds for all bets to be proceessed, and if I send 6 bets it will take 15 seconds.
Im pretty sure its a programming issue and not the api so ifr anyone has their config file working correctly could they correct ther following for me?
<system.net>
<connectionManagement>
<add address = "https://api-ng.betstores.com/betting/betfair/services/api.betfair.com/exchange/betting/json-rpc/v1" maxconnection = "15" />
<add address="*" maxconnection="15" />
</connectionManagement>
</system.net>

