HDF5.Open() stream does not support asynchronous reading. #144
Replies: 3 comments 3 replies
-
|
Hi @roach-korea, this is a very nice use case I was looking for as well and I put high amount of effort in supporting async but it was a rabbit hole and made the existing code base really really complex and caused headaches so that I finally removed everthing async related again in this commit: 3b6e152 I was never able to test this, but running .NET in a webworker should allow you to use the synchronuous API. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, since the ...Async methods are still there but throwing NotImplementedExceptions: Are there any plans to bring it back? |
Beta Was this translation helpful? Give feedback.
-
|
Great news! @Apollo3zehn HDF5 2.0 now officially supports native asynchronous operations. I was wondering if this update would be helpful or relevant for the async support roadmap in PureHDF? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I am trying to read data using PureHDF in a WebAssembly (WASM) environment.
In a browser, data is always read asynchronously. However, PureHDF attempts to read the data synchronously when using a stream, which causes an exception.
Are there any plans to support asynchronous reading?
Beta Was this translation helpful? Give feedback.
All reactions