codinglab-io / discord-bot

Discord bot for Codinglab's server.
https://discord.com/invite/codinglab-174169014568878080
MIT License
19 stars 14 forks source link

fix: voice lobby now handles multiple guilds #77

Closed neolectron closed 1 year ago

neolectron commented 1 year ago

Drawback

I noticed that we have a race-condition in the way we write keys in the kv-store. If two users create a lobby at the same time, we will write only one in the cache.

Issue

fixes #75