wamp2spring icon indicating copy to clipboard operation
wamp2spring copied to clipboard

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

Open patm0le opened this issue 8 years ago • 2 comments

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.

patm0le avatar Feb 27 '18 19:02 patm0le

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.

ralscha avatar Feb 27 '18 19:02 ralscha

We leave that open. I would like to implement it

ralscha avatar Mar 01 '18 17:03 ralscha