Crash on JSON write with multiple threads

Issue #10 resolved
Flozza created an issue

The jsonWriter and jsonNode are possibly not threadsafe, thus the code fails if multiple threads access the same instance (defined in lines 72 & 73). All JSON operations should have their own objects per thread.

Comments (2)

  1. Log in to comment