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

wamp.error.procedure_already_exists when trying to register method with same name in different realms #2

Open
patm0le opened this issue Feb 27, 2018 · 2 comments

Comments

@patm0le
Copy link

patm0le commented Feb 27, 2018

I am trying to register methods with same name from different clients in different realms.
This works in jawampa but doesn't work in wamp2spring.
I also don't see any possibility of tying @WampProcedure annotated methods to a specific realm.

I couldn't find anything in the specifications about registered methods being global. I was hoping realms separate pub/sub and rpc.

@ralscha
Copy link
Owner

ralscha commented Feb 27, 2018

wamp2spring does not support realms.
wamp2spring is for connecting a spring application with wamp clients. Because there is only one application it did not make sense to support realms.

@patm0le patm0le closed this as completed Feb 28, 2018
@ralscha
Copy link
Owner

ralscha commented Mar 1, 2018

We leave that open. I would like to implement it

@ralscha ralscha reopened this Mar 1, 2018
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