🐛 Describe the bug
Vision team reported this behavior on Linux
dp = ... # something with prefetch
dl = DataLoader2(reading_service=PrototypeMultiProcessingReadingService())
for _ in dl:
# this works fine
for _ in dl:
# dl is empty now, this never gets hit!
Versions
#815
cc: @VitalyFedyunin