opencast / opencast-influxdb-adapter

Educational Community License v2.0
1 stars 4 forks source link

Tailing from end of file returns empty flow #18

Open Hufschmidt opened 3 years ago

Hufschmidt commented 3 years ago

Should not use file-length when resuming tailLines with rxjava2-file, but instead file-length minus one, othwise this will return an empty flow instead of creating a flow listening to a FileInputStream for the given file.

hsssystems commented 3 years ago

Could you provide a PR request for this?