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

Fix tournament match chats not polling fast enough #16564

Merged
merged 2 commits into from Jan 22, 2022

Conversation

frenzibyte
Copy link
Member

Closes #16563

Since the entirety of chat polling is to be replaced with websocket, I've went with the simplest way of enabling HighPollRate in TournamentMatchChatDisplay. This doesn't need to be disabled on hide as the chat display would stop updating the embedded ChannelManager, which would stop polling until the chat is shown back again.

Copy link
Sponsor Member

@peppy peppy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably fine

Copy link
Collaborator

@bdach bdach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to work in (very rough) testing.

@bdach bdach enabled auto-merge January 22, 2022 14:33
@bdach bdach merged commit ccac7b8 into ppy:master Jan 22, 2022
@frenzibyte frenzibyte deleted the tournamnet-chat-poll branch January 22, 2022 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tournament client doesn't poll chat fast enough
3 participants