Open Tirumala-K opened 1 year ago
No, currently there are no async methods. Current version uses instances, so it should work with async programming. Older versions were static and were not thread safe.
Currently we are using 4.2.0 version. Is the version thread safe?
Yes, it should be thread safe.
We are facing an issue of jumbled transformed values when we are processing our data through async programming using Transformer. Do you have any transform function which supports async programming?