Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop hanging if appservice crashes at startup. #677

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Gnuxie
Copy link
Member

@Gnuxie Gnuxie commented Jan 15, 2025

Fixes #503.

return service;
} catch (e: unknown) {
log.error("Failed to start the appservice", e);
await dataStore.close();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is still kinda shit

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like it, there's a close method on the MjolnirAppService that we hsould be calling somewhere but we don't ever

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Appservice hangs with no clear failure if the admin room is not found
1 participant