-
Notifications
You must be signed in to change notification settings - Fork 66
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
Data race #67
Data race #67
Comments
Hi @VladyslavLukyanenko, thanks for reporting the bug. Could you provide a minimum reproducible code? |
Clone wishlist, run it using |
Note: you need to connect to the server and then it happens, launching it and closing it won't trigger it |
Could you test this with these branches muesli/termenv#146 charmbracelet/lipgloss#210? |
so the other data races are completely gone, thanks for that, but this one still persists.
|
The formatters write to the internal buffer. We need to guard that before we read the buffer. Fixes: #67
This data race happens upon shutting down wishlist server.
The text was updated successfully, but these errors were encountered: