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
Running FTL with -race earlier this week did show race conditions in the code as some vars aren't protected from concurrent access in any way. The readout from race had pointed to multiple goroutines reading/writing totalStatusLines
The text was updated successfully, but these errors were encountered:
Running FTL with
-race
earlier this week did show race conditions in the code as some vars aren't protected from concurrent access in any way. The readout fromrace
had pointed to multiple goroutines reading/writingtotalStatusLines
The text was updated successfully, but these errors were encountered: