GithubHelp home page GithubHelp logo

Comments (6)

mscdex avatar mscdex commented on May 7, 2024

Hmmm... what version of Chrome/Chromium are you using? I'm using Chromium (Win32) 6.0.397.0 (46553) with no problems when using WebSockets.

from socket.io.

mscdex avatar mscdex commented on May 7, 2024

I am unable to access that link (I get "Connection refused"). I'm curious though, is your socket.io server running on a different domain or port number than your web server that's hosting the socket.io client? If so, maybe there is a cross-domain issue occurring somehow?

EDIT: Looks like you removed your comment before I replied... but the question still stands :-)

from socket.io.

rauchg avatar rauchg commented on May 7, 2024

0.1.94 changed the way to handle the Upgrade header, I'm going to adapt it soon. For now, you'll have to use .93.

from socket.io.

msokk avatar msokk commented on May 7, 2024

Thanks!, .93 works

from socket.io.

 avatar commented on May 7, 2024

I observe the same behavior with chromium 6.0.416.0 (48140) on Debian.
$ node -v
v0.1.93-5-g8d1f118

from socket.io.

mscdex avatar mscdex commented on May 7, 2024

@substack: The newest versions of Chromium implement a newer and different draft of the websockets specification that socket.io currently does not support. This new draft uses different headers and incorporates a new security mechanism. I've made the necessary changes to my socket.io fork to accommodate both recent drafts (the older 75 and the newer 76) of the websocket spec. Also, node v0.1.97 was just released the other day.

from socket.io.

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.