-
Notifications
You must be signed in to change notification settings - Fork 519
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
Subscriptions stop working after longer periods of time #829
Comments
Can you reliably reproduce this? Did you find a solution? We are sporadically experiencing the same issue. |
Unfortunately not reliably. I did try to create a minimal scenario and stress test it but could not reproduce it after a couple weeks of continuous running. My only solution has been to add some automation that allowed the JavaScript client to restart rosbridge when it notices the issue. |
Hi folks, not sure if it is relevant to you, but you might be interested in checking out |
Thank you! I've had a first success with setting |
This issue has been marked as stale because there has been no activity in the past 12 months. Please add a comment to keep it open. |
Description
Periodically after relatively long periods of time, my Javascript client webpage no longer receives messages from subscriptions.
I can echo the messages using
rostopic echo
so they are in fact published.When refreshing the webpage, the rosbridge logs indicate a successful subscription is made.
No messages from any subscriptions are received - so it's not just 1 broken one.
Services and parameters continue to work
Refreshing the webpage doesn't do anything
The only fix is to restart rosbridge server which works immediately.
Library Version: ros-noetic
ROS Version: Noetic
Platform / OS: Ubuntu 20
Thanks for the help, I'm not sure how to go about debugging this one.
The text was updated successfully, but these errors were encountered: