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 cannot send messages longer than ~385 characters: Websocket message too big #1207

Closed
JosefSchoenberger opened this issue Oct 23, 2023 · 0 comments · Fixed by #1324
Closed
Assignees

Comments

@JosefSchoenberger
Copy link
Contributor

Describe the bug
When sending a message with > ~385 characters, the message is sent to the backend via the websocket, but the websocket is closed with the close code 1009, which indicates that the websocket message is too large.

To Reproduce
Steps to reproduce the behavior:

  1. Go to stream/VOD with an active chat
  2. Enter a message with ~400 characters
  3. Send message
  4. Notice that the message never appeared
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 a pull request may close this issue.

2 participants