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
Submission fetching involves read and write into lastfetched field. This could result in race condition where one thread writes to variable and another thread try to access this.
Add mutex to resolve this