Git Product home page Git Product logo

Comments (7)

daffl avatar daffl commented on August 22, 2024

This indeed seems like a strange issue since nothing in that process should be doing anything OS specific. I'll see if I can reproduce it in my local Linux test environment.

from socketio.

kkkrist avatar kkkrist commented on August 22, 2024

Thanks for looking into it, it's very much appreciated! I have created a test case here:

https://github.com/kkkrist/feathersjs-logout-callback-test

Curiously enough it does always receive an almost empty meta.connection object, no matter if i run it in my dev or prod environment:

{ provider: 'socketio', payload: null, user: null, headers: {} }

I'm almost sure I did miss something… but what? Thanks again!

from socketio.

bertho-zero avatar bertho-zero commented on August 22, 2024

This is probably due to feathersjs-ecosystem/authentication#665.

from socketio.

daffl avatar daffl commented on August 22, 2024

Oooh, this actually might be an issue because logout will also be sent when the socket disconnects and reconnects and I don't think reconnecting sets that information again.

from socketio.

kkkrist avatar kkkrist commented on August 22, 2024

Confirmed, that's it.

The unstripped params can also be found in meta.socket._feathers, which I'm using now to get the user id. That's much better than my quirky initial workaround.

Is meta.socket._feathers supposed to be internal? If not, should the docs be updated? I guess being able to determine the user in a logout event might be something a lot of real-time apps need. And the fact that a disconnected socket (i.e. closed browser window/tab) triggers it is really neat.

P.S.: It's obvious now, but this was never an OS specific issue. It turned out I've .gitignored package-lock.json some time in the past, so @feathersjs/authentication most probably wasn't the same version in both dev and production.

from socketio.

ricardopolo avatar ricardopolo commented on August 22, 2024

I confirm this issue.

I am always using connection[Object.getOwnPropertySymbols(connection)[0]]._feathers instead the connection object that arrives in the logout event.
Sometimes it comes empty

from socketio.

daffl avatar daffl commented on August 22, 2024

This issue was moved to feathersjs/feathers#941

from socketio.

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.