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

Updated tcp_handler interface to match latest (but didn't implement anything new) #1

Merged
merged 1 commit into from
Apr 21, 2023

Conversation

JKaniarz
Copy link

I tried getting your tcp_handler working with the latest RobotWebTools:ros2 branch but was unable to take it over the finish line. These changes are a step in the right direction.

This patch enables it to launch and appears to work with one client, but I'm unable to get two clients to connect. The second client will seem to connect but do nothing until the first disconnects.

  • compressed data -> client should work.
  • call_services_in_new_thread is unimplemented (but the parameter needs to exist).

@tsender
Copy link
Owner

tsender commented Apr 21, 2023

Thanks for the PR. I'm currently only using one client per rosbridge node, but I'll see if I run into the same issue with adding multiple clients.

@tsender tsender merged commit b55105f into tsender:ros2 Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants