vilmibm / tildemush

a modern mush tailored to tilde town
GNU General Public License v3.0
42 stars 12 forks source link

figure out broken server state #169

Closed vilmibm closed 5 years ago

vilmibm commented 5 years ago

sometimes after a user is disconnected due to an uncaught exception (eg a syntax error in a witch script?) the server gets into a weird state where people can't log in.

vilmibm commented 5 years ago

just added a guard against trying to send messages to orphaned user_accounts; this is probably a memory or database leak of some kind but S H R U G