We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description Re-connection of subscription of a Topic instance does not work if the instance is also used for publication.
To Reproduce Reproduction code https://github.com/daisukes/rosbridge-bug/blob/main/bridge/test_ng.py
Expected behavior
subscription to the Topic is connected automatically
Note
roslibpy/src/roslibpy/core.py
Line 300 in 8244222
self._connect_message
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Re-connection of subscription of a Topic instance does not work if the instance is also used for publication.
To Reproduce
Reproduction code
https://github.com/daisukes/rosbridge-bug/blob/main/bridge/test_ng.py
Expected behavior
subscription to the Topic is connected automatically
Note
roslibpy/src/roslibpy/core.py
Line 300 in 8244222
self._connect_message
is shared by publish/subscribe, so re-connection may not work as expectedThe text was updated successfully, but these errors were encountered: