Skip to content

Declared async interface of FileReader and FileWriter depricated sinc…

Sebastian Dirks requested to merge fixOVFMergingBug into main

Created by: SebastianDirks

…e it was not used with async IO by even one implementation. It however produced threading bugs. Added synchronous methods with the same functionality and implemented the "async" ones with Task.FromResult.

Some bug fixes in AbstOVFStreamingMerger.

Merge request reports

Loading