Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to react to on client connect #72

Open
frankadrian opened this issue Jan 4, 2018 · 1 comment
Open

How to react to on client connect #72

frankadrian opened this issue Jan 4, 2018 · 1 comment

Comments

@frankadrian
Copy link

Hi,

Thanks so much for this easy to use bundle!
I have a very simple setup and would like to know if its possible to react to a client connecting to the default realm?
This is my config:

voryx_thruway:
    realm: 'realm1'
    url: 'ws://127.0.0.1:8000' #The url that the clients will use to connect to the router
    router:
        ip: '127.0.0.1'  # the ip that the router should start on
        port: '8000'  # public facing port.  If authentication is enabled, this port will be protected
        authentication: false # true will load the AuthenticationManager
    locations:
        bundles: ["AppBundle"]

I would greatly appreciate any pointers 🙏

@mbonneau
Copy link
Member

@frankadrian You can have a client subscribe to wamp.metaevent.session.on_join.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants