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

Generates a unique subscription key per subscriber #3

Open
wants to merge 3 commits into
base: kai/topic-config-file-param
Choose a base branch
from

Conversation

kaikoehn
Copy link
Collaborator

Error before: When connecting with multiple clients connect the same subscriber is (re-)used and therefore TRANSIENT_LOCAL (a.k.a. value latching) only works for the first client connecting.

Solution: Instead managing subscriptions by a topic_name base key per handle, we create handles by topic_name + bridge_id. Hence every client gets it's own subscription.

@meyerj meyerj removed their request for review September 23, 2020 23:56
@meyerj
Copy link

meyerj commented Jan 8, 2021

Please consider to open a pull request upstream: https://github.com/RobotWebTools/ros2-web-bridge/pulls

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

Successfully merging this pull request may close these issues.

2 participants