Jump to content
McKay Development

G35

Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by G35

  1. can confirm that new_assetid is still shown on old trades. can't confirm if it appears on trades made on 29th or later (after this update), I guess we will have to wait for tradelocks to expire for confirmation.
  2. seems like steam changed something. tried adding delay before calling getExchangeDetails, but didn't change anything, still undefined
  3. Hi, I call getExchangeDetails immediatly after get event from receivedOfferChanged. This used to work fine, but today I started getting undefined new_assetid. Should I do something different to reliably get new_assetid? Thanks.
  4. Hi, I am calling 'getExchangeDetails' on 'receivedOfferChanged' event to log received trade data. This works well in most cases, but if account is receiveing large amount of trades concurrently I start missing data from some trades. I have few questions here: 1. Is my assumption that this is indeed caused my amount of trades received in short period of time correct? I mean does 'getExchangeDetails' interacts with steam and gets ratelimited? 2. If 1. is true, is there build-in mechanism to handle this in trade offer manager, or should I queue received offers and make a sheduler to call 'getExchangeDetails'? Thanks in advance. G
×
×
  • Create New...