SpoticordMusic / spoticord

The official Spoticord Music Discord bot
https://spoticord.com/
GNU Affero General Public License v3.0
54 stars 10 forks source link

[BOT] Fix hang/deadlock/silent crash #4

Closed DaXcess closed 2 years ago

DaXcess commented 2 years ago

When running /join there is a chance (or yet to be known set of circumstances) that cause the interaction_create event to never finish (hang). This will not only hang that one single command, but the entire thread or even multiple threads if a lock is never released.

DaXcess commented 2 years ago

Bot hangs because of blocking code in async workers. I will either change the IPC to run on a separate thread or find an async-compatible alternative.

DaXcess commented 2 years ago

Fixed in f3dff49c06a26a8f2960e43d756ea4b668714b0a