Git Product home page Git Product logo

Comments (10)

Dal-Papa avatar Dal-Papa commented on June 12, 2024

Hi Sanket,

Did you have any update on that ? I run into the same problem here.

Cheers.

from go-socket.io.

rykov avatar rykov commented on June 12, 2024

+1

from go-socket.io.

navneetk avatar navneetk commented on June 12, 2024

I am also facing the same issue.
The socket.io client socket with a namespace does not get connected. It has socket.id property as undefined and connected as false.
Whereas on the server side any message sent to it from a client socket without namespace get echoed with namespace attached.

Frame sent => 42["message","hello"]
Frame received => 42/myspace,["message","hello from server /myspace"]

for the server code:

server.On("connection", func(so sio.Socket) {
    fmt.Printf("connected: %s of nsp: %s - %s -\n", so.Id(), so.Namespace(), server.Name())
    so.On("message", func(msg string) {
        fmt.Println("got message: ", msg)
        so.Emit("message", msg+" from server "+so.Namespace())
    })
...
})

server output:

connected: gdbWCxmHhk6VwHHh3Trv of nsp:  -  -
got message:  hello
sending message: message via socket gdbWCxmHhk6VwHHh3Trv having nsp:/myspace
[message hello from server /myspace]

the last two lines in server output comes from modified handler.go

func (h *socketHandler) Emit(message string, args ...interface{}) error {....}

from go-socket.io.

googollee avatar googollee commented on June 12, 2024

I will try to figure out this issue.

from go-socket.io.

Nickstr avatar Nickstr commented on June 12, 2024

Having the same issue here, any updates on this?

from go-socket.io.

fuel-shea avatar fuel-shea commented on June 12, 2024

@navneetk my fix may not solve your problem. It seems unrelated to the code I changed. I'm only able to confirm that without my fix, clients can't connect fully and with it, they are connected.

EDIT: This fix is needed, but not enough. I'm running into the same problem described above, even with my fix.

from go-socket.io.

collinglass avatar collinglass commented on June 12, 2024

Would really like to use this in production! Namespaces is a must. I made this little test app to compare node socket.io and go socket.io with namespaces. https://github.com/collinglass/socketio

from go-socket.io.

eliezedeck avatar eliezedeck commented on June 12, 2024

Is there any update on this? It's really not viable to build big applications with this library without namespace support.

from go-socket.io.

goodwong avatar goodwong commented on June 12, 2024

Hi Sanket,

Did you have any update on that ? I run into the same problem here.

Cheers.

from go-socket.io.

erkie avatar erkie commented on June 12, 2024

Closing this issue because it is old. There are a couple of newer issues with the same problem so please refer to those. Thanks!

from go-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.