matrix-org / conference-bot

The conductor for your orchestra^Wconference
Apache License 2.0
43 stars 8 forks source link

Allow web resources to run as a seperate process #188

Closed Half-Shot closed 7 months ago

Half-Shot commented 9 months ago

So that the main logic parts of the conference bot could be restarted without losing things like streams. Currently there is some shared state (the web resources aren't just static pages) and there needs to be some thought about how to safely split it without having stale data issues.

An attempt has begun in #184

Half-Shot commented 7 months ago

Done in #184