zorchenhimer / MoviePolls

Voting to decide on a movie to watch with MovieNight
https://discord.gg/F2VSgjJ
16 stars 6 forks source link

Deadlock in movieFromJson() in data/json.go:506 #89

Closed CptPie closed 3 years ago

CptPie commented 3 years ago

This unexpected deadlock causes voting to be broken, to fix this we need "private" methods which dont lock themself.