placeBetsAsync in-play causes delay with getMUBets

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Wonker_
    Junior Member
    • Jun 2010
    • 5

    #1

    placeBetsAsync in-play causes delay with getMUBets

    I'm placing in-play bets asynchronously on a specific market using an API connection (api1). On another API connection (api2) I am calling getMUbets for the particular market.

    Quite often the getMUBets call takes over 10 seconds to respond. I have a feeling the in-play bet delay is causing the getMUbets to hang.

    Is this a bug? Any way around it?
  • AlgoTrader
    Junior Member
    • Mar 2012
    • 243

    #2
    It seems your software uses single HTTPS transport connection. In order to achieve zero wait time you need a pool of multiple HTTPS connections.
    Betfair Bots Made Easy

    Comment

    Working...
    X