metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
71 stars 34 forks source link

Call LineRecorder receiver's closeStream() (#433) #434

Closed dr0i closed 2 years ago

dr0i commented 2 years ago

Under some circumstances (probably if the JVM is not stopped after processing) the streams of receivers connected to LineRecorder are not closed, resulting in empty or missing output data.

See #433.

dr0i commented 2 years ago

Closing this in favour of #435.