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

Support for multiple subscriptions on the same topic #274

Open
balek opened this issue Oct 7, 2014 · 2 comments
Open

Support for multiple subscriptions on the same topic #274

balek opened this issue Oct 7, 2014 · 2 comments

Comments

@balek
Copy link

balek commented Oct 7, 2014

Each subscribe call rewrites handler function for topic now. There is no way to call multiple handlers without some middle layer.

session.subscribe(handler1, 'test_topic')
session.subscribe(handler2, 'test_topic')
@oberstet
Copy link
Contributor

oberstet commented Oct 9, 2014

Correct. I once contemplated about doing that in the Subscription object returned by subscribe.

tardyp pushed a commit to tardyp/AutobahnPython that referenced this issue Feb 10, 2015
fixes crossbario#274

Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
@tardyp
Copy link
Contributor

tardyp commented Feb 10, 2015

I have a fix for this:
tardyp@e58a633

But this is based on the pep8 branch. Please merge it so that I can contribute it! :)

tardyp pushed a commit to tardyp/AutobahnPython that referenced this issue Feb 12, 2015
fixes crossbario#274

Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
@oberstet oberstet added this to the 0.10.6 milestone Aug 25, 2015
@oberstet oberstet removed this from the 0.10.7 milestone Sep 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants