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
My app allows changing the log level on the fly. Once in a while I get a data race because I change the log level and print a message that it was changed.
To Reproduce
I have not tried to reproduce this with minimal code, but I can if you think it would be helpful.
Expected behaviour
No data races.
Screenshots
The entire stack trace running in wails dev -race:
Description
My app allows changing the log level on the fly. Once in a while I get a data race because I change the log level and print a message that it was changed.
To Reproduce
I have not tried to reproduce this with minimal code, but I can if you think it would be helpful.
Expected behaviour
No data races.
Screenshots
The entire stack trace running in
wails dev -race
:Attempted Fixes
I have not tried to workaround this yet.
System Details
Additional context
<3
The text was updated successfully, but these errors were encountered: