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

Combination remote/local topic subscriptions #11

Open
acowley opened this issue Feb 5, 2011 · 0 comments
Open

Combination remote/local topic subscriptions #11

acowley opened this issue Feb 5, 2011 · 0 comments
Labels

Comments

@acowley
Copy link
Owner

acowley commented Feb 5, 2011

When a topic subscription is fulfilled within the subscriber's process, the subscription request is not sent to the master. This is because there is nothing in place yet to stop a double subscription (one local, and one via TCP due to the master's notification of a publisher).

The fix is simple: register the subscription with the master, but ensure that local subscriptions preclude subsequent remote subscriptions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant