Coder Social home page Coder Social logo

Comments (6)

emilioastarita avatar emilioastarita commented on May 21, 2024

The same Chrome version in windows works ok. The problem is only with the Ubuntu version.
Any idea?

from socket.io-client.

bnoguchi avatar bnoguchi commented on May 21, 2024

This could be because the Ubuntu Chrome version is using the new WebSocket Draft 76, whereas the Windows version is using Draft 75. I'm not sure if Socket.IO-node has support for the draft 76 protocol.

from socket.io-client.

bnoguchi avatar bnoguchi commented on May 21, 2024

Nevermind, it looks like there is draft76 support. Weird because I'm also getting the same error with Ubuntu Chrome.

from socket.io-client.

bnoguchi avatar bnoguchi commented on May 21, 2024

Ok, figured this out. According to these IRC logs (nodejs.debuggable.com/2010-08-04.txt), the newest chrome beta has a loopback bug. So you have to change io.Socket(null, {port: 8080}) to io.Socket("127.0.0.1", {port:8080}). Everything works after that.

from socket.io-client.

emilioastarita avatar emilioastarita commented on May 21, 2024

bnoguchi,
Thanks for the info.
I'll try that.

from socket.io-client.

rauchg avatar rauchg commented on May 21, 2024

Chrome beta issue

from socket.io-client.

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.