We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as https://github.com/warmcat/libwebsockets/issues/2358 said ,lws_callback_on_writable is not thread-safe, so how to we ensure wakeLwsServiceEventLoop thread-safe
wakeLwsServiceEventLoop is thread-safe
wakeLwsServiceEventLoop is not thread-safe
wakeLwsServiceEventLoop is call in multi thread
1.7.3
No response
--
arm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please confirm you have already done the following
Please answer the following prompt
Describe the bug
as https://github.com/warmcat/libwebsockets/issues/2358 said ,lws_callback_on_writable is not thread-safe, so how to we ensure wakeLwsServiceEventLoop thread-safe
Expected Behavior
wakeLwsServiceEventLoop is thread-safe
Current Behavior
wakeLwsServiceEventLoop is not thread-safe
Reproduction Steps
wakeLwsServiceEventLoop is call in multi thread
WebRTC C SDK version being used
1.7.3
If it was working in a previous version, which one?
No response
Compiler and Version used
--
Operating System and version
--
Platform being used
arm
The text was updated successfully, but these errors were encountered: