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

Late bytes fixes and broadcast support #94

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

megascatterbomb
Copy link
Contributor

Changes:

  • Introduces POST /close_session which clients can use to close a session and simultaneously pass the late bytes through the request body. For legacy compatibility, the GET /close_session remains fully functional.
  • Introduces a broadcast system. A system administrator with write access to the postgres database can modify the broadcasts table. The contents of this table can be obtained by clients via GET /broadcasts. There are no auth requirements for this endpoint, and the broadcasts cannot be modified except by direct database modification.

An Alembic revision has been made to enforce schema on the broadcasts table.

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.

1 participant