You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: