Skip to content
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

[BUG] Multi-threaded services with Luos V3 #441

Open
nicolas-rabault opened this issue Jul 17, 2023 · 0 comments · Fixed by #466
Open

[BUG] Multi-threaded services with Luos V3 #441

nicolas-rabault opened this issue Jul 17, 2023 · 0 comments · Fixed by #466
Assignees
Milestone

Comments

@nicolas-rabault
Copy link
Member

Which version the bug has been detected on

Luos engine 3.0.0

Description of the bug

Having a multithreaded access to Luos generate some data race conditions.

How to reproduce the bug

The easiest way to reproduced it is to run a native Gate websocket with Luos 3.0.0. Make sure by looking in the main that the code is executed ion separated threads.
Gate is specially good for this because the complete project (Gate + Pipe) is using callback and polling methods resulting in a big mess...

@nicolas-rabault nicolas-rabault self-assigned this Jul 17, 2023
@nicolas-rabault nicolas-rabault changed the title [BUG] [BUG] Multi-threaded services with Luos V3 Jul 17, 2023
@nicolas-rabault nicolas-rabault added this to the 3.0.0 milestone Jul 17, 2023
@nicolas-rabault nicolas-rabault linked a pull request Jan 23, 2024 that will close this issue
7 tasks
@nicolas-rabault nicolas-rabault mentioned this issue Jan 23, 2024
8 tasks
nicolas-rabault added a commit that referenced this issue Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

1 participant