Skip to content

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

2 participants