wamp2spring
wamp2spring copied to clipboard
wamp.error.procedure_already_exists when trying to register method with same name in different realms
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.
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.
We leave that open. I would like to implement it