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
When my idl definition is more complex, I import idl files in multiple threads at the same time, and some exceptions will be thrown during the parser process.
Looking at the code, I found that the parser process does not seem to be thread-safe. If I want the code to work properly, I Add thread locks to my thread environment. I think a documentation tip may be needed here.
The text was updated successfully, but these errors were encountered:
When my idl definition is more complex, I import idl files in multiple threads at the same time, and some exceptions will be thrown during the parser process.
Looking at the code, I found that the parser process does not seem to be thread-safe. If I want the code to work properly, I Add thread locks to my thread environment. I think a documentation tip may be needed here.
The text was updated successfully, but these errors were encountered: