WorkMaze / JUST.net

JUST - JSON Under Simple Transformation (XSLT equivalent for JSON).
MIT License
174 stars 54 forks source link

Async Issue with transform #260

Open Tirumala-K opened 1 year ago

Tirumala-K commented 1 year ago

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?

Courela commented 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.

Tirumala-K commented 1 year ago

Currently we are using 4.2.0 version. Is the version thread safe? image

Courela commented 1 year ago

Yes, it should be thread safe.