-
Notifications
You must be signed in to change notification settings - Fork 497
Destroying a publisher stops all publishers to that topic #1782
Comments
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). We could extend the |
Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina). Argh, found the problem. We're unadvertizing a topic whenever we unadvertize one of its publishers at TopicManager::Unadvertise(PublisherPtr _pub). I'll see if I can write a simple test for this. I wonder if it's worth it at this point, I don't fully understand how the integration with ign-transport will be made. |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). I wonder if we're noticing the problem now because of pull request #1951 (backported to gazebo5/6 in pull request #1964)? I haven't debugged it fully, so I'm not sure if it's related, but I'm experiencing a problem with loading gzclient with robonaut on the current |
Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina). I think the problem I described is not related to the pull requests you mentioned. (I discovered this while implementing undo) My problem is fixed it with this patch:
|
Original comment by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033). @scpeters does the robonaut take forever to load? it could be related to the refactoring done on |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). @iche033 you are right, my problem is fixed by pull request #1967. sorry for the noise @chapulina |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original report (archived issue) by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).
Create publisher
aPub
to topicA
Create publisher
aPub2
to topicA
Destroy
aPub
and dogz topic -i A
, no publishers will show. Try to publish withaPub2
and it doesn't publish.Create publisher
aPub3
to topicA
and dogz topic -i A
, now a publisher will show. Try to publish withaPub2
and now it publishes, as well asaPub3
.The text was updated successfully, but these errors were encountered: