Closed stevenklassen8376 closed 5 years ago
Looks like it was just a problem with the unit test. It was necessary to ensure that the test file was done writing and that the file position was set back to the beginning, before we start the poller. Otherwise, if the poller read to the end of the file (e.g. before the writes were done), it would report an "eof" and remove the resource, hence not complete the reading.
Seems to occur more on Linux than macOs, but I've seen it on the mac as well.