I am seeing odd behavior and was wondering if anyone else was as well,
When testing my CloudFS plugin, that was based heavily on the FILE plugin write operations are hanging and never completing.
anytime the content.CopyTo(stream) is being called the program hangs.
It appears that for some reason the Dokan stream is never actually getting copied to the GatherStream because assigned blocks is always empty and so GetAvailableBytes is coming back as 0.
As a sanity check I also attached the original untouched FILE plugin and had similar results.
has anything changed that could be affecting this ?
I am seeing odd behavior and was wondering if anyone else was as well,
When testing my CloudFS plugin, that was based heavily on the FILE plugin write operations are hanging and never completing.
anytime the content.CopyTo(stream) is being called the program hangs.
It appears that for some reason the Dokan stream is never actually getting copied to the GatherStream because assigned blocks is always empty and so GetAvailableBytes is coming back as 0.
As a sanity check I also attached the original untouched FILE plugin and had similar results.
has anything changed that could be affecting this ?