Coder Social home page Coder Social logo

Comments (3)

MatrixManAtYrService avatar MatrixManAtYrService commented on June 1, 2024 1

According to the team that knows the device I'm connecting to, the handshake does work without it. It's just that when data comes through the socket, it isn't properly categorized on the other end (the desired callback never gets called).

It seems to me that differentiating protocols based on the connection URL (like SWSS does) is pretty much equivalent to differentiating based on the Sec-Websocket-Protocol field, our problem is that we have two parties, each using the other method.

If I end up adding the ability to use Sec-Websocket-Protocol, I'll put it in a pull request so you can decide if you want to integrate it. If we end up fixing it on the server side I'll comment back here in case somebody else runs across this. Either way, it's not your bug, so I'll go ahead and close this.

Also, I just wanted to say that I think you're great--definitely one of my favorite people on github. If all the software that we pay for was as high quality and well supported as the software that you make available for free, we'd be much better off. Thank you.

from simple-websocket-server.

eidheim avatar eidheim commented on June 1, 2024

Thank you for the excellent writeup. If I follow you correctly, it seems that Sec-Websocket-Protocol is missing in the client handshake (and probably in the server handshake response as well). But this field is optional (see https://tools.ietf.org/html/rfc6455#section-4.2.1), and handshakes should work without it. If not, it might be an error in the server's implementation.

I'm open to making changes here, though, I am not entirely sure of the advantages of the subprotocols that can be listed in Sec-Websocket-Protocol.

from simple-websocket-server.

eidheim avatar eidheim commented on June 1, 2024

Also, you can play around with the client handshake here: https://github.com/eidheim/Simple-WebSocket-Server/blob/master/client_ws.hpp#L366

from simple-websocket-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.