pinano-discord / Pinano-Discord-Bot

A Discord bot for the Pinano guild
MIT License
9 stars 11 forks source link

Leaderboard.refresh() is not thread-safe #128

Closed pianiststickman closed 4 years ago

pianiststickman commented 4 years ago

Manifests as double-counting all users at startup because we instantiate and then immediately call refresh(). A workaround is simply to take refresh() out of the constructor.