Libera-Chat / sable

GNU Affero General Public License v3.0
77 stars 8 forks source link

Server::run: Panic when sub-tasks return before shutdown #92

Closed progval closed 10 months ago

progval commented 10 months ago

Any error in the sub-tasks is silenced until awaited, and they were not awaited before shutdown, causing the server to partially hang.

Typically, this happens early in startup if the log task fails to bind its port