Skip to content

Race condition in submission fetching #123

@prateek2211

Description

@prateek2211

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions