TheDiscordian / onebot

One bot to rule them all...
BSD 3-Clause "New" or "Revised" License
14 stars 1 forks source link

Recover from Goroutine Crashes Caused by Plugins #8

Closed TheDiscordian closed 1 year ago

TheDiscordian commented 4 years ago

Currently if a plugin causes a crash, everything crashes. However we could capture the crash, dump the stacktrace to error (which will also log it to file), and continue operation. This method is most ideal.