You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently for every item, it removes the item, and then gets the inventory after a random delay. This is inefficient. A way to fix this would be remove all the items first, then request the inventory once.
The text was updated successfully, but these errors were encountered:
I thought the code looks for the same item by id in inventory, did I misread? Otherwise this would be unreliable and could end up listing a new item that wasn't removed from market?
Currently for every item, it removes the item, and then gets the inventory after a random delay. This is inefficient. A way to fix this would be remove all the items first, then request the inventory once.
The text was updated successfully, but these errors were encountered: