Hello, I'm using TradeOfferManager and SteamUser libraries, following the docs on
https://github.com/DoctorMcKay/node-steam-user#patterns-
https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki
so far I was able to continue my project and learning more about programming in the process, in a few features of the project I use getUserInventoryContents and works fine,
There is one feature that require more than one call of this method getUserInventoryContents, this feature works, but in cases crashes when the user runs this a few times.
I don't know if this may be related but i get the GET /ab2h, ab2g after the crash,
my question my node server requires robots.txt to avoid this ? or add more delay on each getUserInventoryContents call ?
Thanks !