You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2025. It is now read-only.
If you create a node which publishes once on a latching topic, and then bring a subscriber up and down, the list of connections in the publisher seems to just keep growing.
If you create a node which publishes once on a latching topic, and then bring a subscriber up and down, the list of connections in the publisher seems to just keep growing.
Terminal 1:
{{{
$ rostopic pub chatter std_msgs/String foo
}}}
Terminal 2:
{{{
$ rosrun rospy_tutorials listener.py ^C
$ rosrun rospy_tutorials listener.py ^C
$ rosrun rospy_tutorials listener.py ^C
$ rosnode info /rostopic_27665_1285637405612
...
Connections:
}}}
The connection list seems to get reset on publication.
trac data: