-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[open62541] Support UA_MULTITHREADING #42179
Comments
I have tried it before, but it seems that
|
@Mengna-Li thanks for your response. I'm not familiar with the vcpkginternals, so correct me if I'm wrong. Would it be an option to patch Open62541's |
You can add |
I just looked into the file, the multitheading option should works similar to the |
I made a few changes, which should be enough I think, how can I test it locally? |
You just need to add the option
|
Is your feature request related to a problem? Please describe.
open65241 can be build with multi threading support, this allows multiple threads to call API functions of the SDK marked with
UA_THREADSAFE
-macro at the same time without causing race conditions. Furthermore, this level support the handling of asynchronous method calls from external worker threads.See building.rst -> Build options -> Main build options -> UA_MULTITHREADING
Proposed solution
Add a feature
multithreading
to optionally enable multi threading support.Describe alternatives you've considered
Using an overlay, but that will only fix it for me, not for everyone else.
Additional context
No response
The text was updated successfully, but these errors were encountered: