You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Safely accessing an IonValue concurrently requires calling makeReadOnly in a single thread before initiating concurrent access. Violating this contract can result in non-deterministic behavior that is hard to root cause. Although the API documentation makes this contract clear, adding documentation that introduces the concept to new users early could reduce the risk that it is violated.
The text was updated successfully, but these errors were encountered:
Safely accessing an IonValue concurrently requires calling
makeReadOnly
in a single thread before initiating concurrent access. Violating this contract can result in non-deterministic behavior that is hard to root cause. Although the API documentation makes this contract clear, adding documentation that introduces the concept to new users early could reduce the risk that it is violated.The text was updated successfully, but these errors were encountered: