-
Notifications
You must be signed in to change notification settings - Fork 45
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
WebSockets? #36
Comments
HI @klapligehesten. I'm not sure if the web socket implementation in libesphttpd is working correctly. Have you looked at the echo example? I think it may be in the demo repository. If you do end up figuring out what is going on I'd appreciate info here or a pull request. Chris |
Hi Chris, I'll get back as soon i have something worked out |
Maybe we can run the autobahn suite against this implementation to find out where it has shortcomings https://github.com/crossbario/autobahn-testsuite |
Hi,
I am currently playing around with WebSockets in the newest build of the libesphttpd server.
I seems to run fine except from sending continuous frames frames. I have tried out a lot of different ways to get it working and have given up for now, but i will be happy if someone can tell me if there is something wrong with my code.
The following code is sending the frames ok but chrome i keeps saying:
Error: WebSocket connection failed: Received start of new message but previous message is unfinished.
Cheers - HPSchultz
The text was updated successfully, but these errors were encountered: