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

[Question] examples/chat seems not working well #966

Open
1 task done
waro163 opened this issue Nov 22, 2024 · 0 comments
Open
1 task done

[Question] examples/chat seems not working well #966

waro163 opened this issue Nov 22, 2024 · 0 comments
Labels

Comments

@waro163
Copy link

waro163 commented Nov 22, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

when i run the example/chat code, it can NOT work as expect, when i open http://localhost:8080/ and send some message, it will show "Connection closed."
then i use Postman(https://www.postman.com/) to test WebSocket connecting, connect localhost:8080/ws is good, but when i send some message to server, it will Disconnected, and get a error: Disconnected from localhost:8080/ws 1002 Protocol Error: RSV1 set, bad opcode 7, bad MASK

Expected Behavior

work good, and can run chat demo

Steps To Reproduce

  1. cd examples/chat
  2. go run *.go
  3. open the chrome, open "http://localhost:8080/"
  4. input some message in form, click "send" button
  5. Connection closed.

Anything else?

No response

@waro163 waro163 added the bug label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant