[2.0.12] Roboport network requests increase for one tick on bot assignment
Posted: Tue Oct 29, 2024 3:24 pm
How to reproduce:
- Setup two roboports, one reading network contents, and one reading network requests
- Link them to a pole, one red, one green, so you can read both outputs
- Setup a requester chest with a request for 50 of an item (something not a multiple of the robot cargo size, I was using a size of 4)
- Place a storage chest and place 50 of that item inside
- Manually step through the frames one by one
- The network requests are instantly satisfied by the storage chest (this is incredibly useful for my use case)
- As the bots get assigned to pick up items, eventually the network contents goes negative (not a bug) since 50 is not a multiple of 4
- As the last bot gets assigned, for a single tick, the network requests increase before correcting itself the next tick