I have tried to deposit 56 items using node steam, and on accepting Trade it returns only 29 Items as new items.
I am using getReceivedItems() to get the Items with update assetid. Here is the link, https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOffer#getreceiveditemsgetactions-callback
On accepting Trade, i have manageed "sentOfferChanged" event and with in that i have called getReceivedItems og TradeOffer objct to get updated information of Items in Trade as Below:
tradeOffer.getReceivedItems(function(err,items){
})
Is there any problem I could fixed?