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

WebSocketSession limited by rate of scheduled job http_top_of_frame #1295

Open
spfennell opened this issue Jun 28, 2022 · 1 comment
Open
Assignees

Comments

@spfennell
Copy link
Contributor

Websocket data can not update faster than the http_top_of_frame scheduled job rate seen in CivetServer.sm. This is even more noticeable in freeze mode where the job rate is once per second. The TCP variable server schedules itself asynchronously ("automatic" job class), we might want to do something similar with the websocket.

@spfennell spfennell assigned spfennell and unassigned spfennell Jun 29, 2022
@spfennell
Copy link
Contributor Author

This issue can be closed when websocket data can be set at a rate faster than the scheduled job rate

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

No branches or pull requests

1 participant