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

basics example: wrong index.html or the proper handler is missing #50

Closed
EasyToFindName opened this issue Sep 29, 2018 · 0 comments
Closed

Comments

@EasyToFindName
Copy link
Contributor

The index.html in the "basics" example contains a chat form which trying to establish a websocket connection using the following url: "127.0.0.1:8080/ws" when I click the "Connect" button, but in the main.rs there is no resource named "/ws" and the ws module even isn't imported. So I get an "Error during WebSocket handshake: Unexpected response code: 404" and can't do anything useful with this chat window.

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

2 participants