ivaylopivanov / wamp-server

WAMP Basic Profile Router
MIT License
31 stars 10 forks source link

sometime register method, Always an error {"error":"wamp.error.procedure_already_exists","args":[],"kwargs":{}} #9

Closed jonahzheng closed 6 years ago

jonahzheng commented 7 years ago

sometime register method, Always an error {"error":"wamp.error.procedure_already_exists","args":[],"kwargs":{}}. such as, session.register('myfun', handle). But by 'session.call' calls, not return success

ivaylopivanov commented 7 years ago

Can you provide a simple code example so I can reproduce it?

stanleyxu2005 commented 6 years ago

Only crossbar supports to register one method multiple times (and use roundrobin to dispatch requests)

ivaylopivanov commented 6 years ago

I think we can close this now with the provided clarification.