Bot runner reported issue where they saw multiple, overlapping client selections. This was always possible, but much less likely on Polygon. On Arbitrum, the headers come in so fast and we make async calls while switching, so it was possible another header came in while the current switch was still in progress.
Bot runner reported issue where they saw multiple, overlapping client selections. This was always possible, but much less likely on Polygon. On Arbitrum, the headers come in so fast and we make
async
calls while switching, so it was possible another header came in while the current switch was still in progress.