momentum-mod / discord-bot

The Discord bot used in the official Momentum Mod Discord Server.
https://discord.gg/momentummod
MIT License
9 stars 7 forks source link

Add a workaround to Discord.NET connection deadlocks #73

Closed Hona closed 4 years ago

Hona commented 4 years ago

A janky workaround would be to add a task 2 minutes from the disconnected event that checks if the connection is connected again, if not, then exit the task, and let docker auto-restart.

This will be messy.