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

Websocket Server Only Allows Single checkQueueUpdatesInterval #7

Closed
foleyash opened this issue Oct 3, 2024 · 1 comment
Closed
Labels
bug Something isn't working enhancement New feature or request

Comments

@foleyash
Copy link
Collaborator

foleyash commented Oct 3, 2024

GMJ requires that servers allow multiple persistent sessions at the same time. Currently, the websocket server only supports checking for queue updates in the latest session connection made. We need it to check for queue updates on every session. I would like to also remove its dependency on the socket connection, by extracting the code for this interval into its own module, seperating it from the io.on("connection", ...) module.

@foleyash foleyash added bug Something isn't working enhancement New feature or request labels Oct 3, 2024
@foleyash foleyash added this to the v1 Release Milestones milestone Nov 9, 2024
@foleyash
Copy link
Collaborator Author

foleyash commented Dec 5, 2024

Resolved with this commit

@foleyash foleyash closed this as completed Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant