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

Chat Keepalive #671

Open
msaperst opened this issue Dec 6, 2022 · 0 comments
Open

Chat Keepalive #671

msaperst opened this issue Dec 6, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@msaperst
Copy link
Owner

msaperst commented Dec 6, 2022

Right now ws timeouts are set in nginx to an obnoxiously long time. Otherwise, after 60 seconds, if the WS doesn't send anything we get a frame header error, and the sockets have to reconnect - This happens on rates and messages.
Instead of that, should set rates to respond more frequently (or move to an API call that is on a timer or something), and should send empty keepalive messages on the chat ws

@msaperst msaperst added bug Something isn't working enhancement New feature or request labels Dec 6, 2022
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