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
While working on #1316, I noticed that the RWMutex is rarely used to protect the struct fields. I have doubts that there may be some race conditions present; this is a task for me to investigate further (so I don't forget about it :) ).
While working on #1316, I noticed that the
RWMutexis rarely used to protect the struct fields. I have doubts that there may be some race conditions present; this is a task for me to investigate further (so I don't forget about it :) ).