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

Try reconnecting shut down connections #106

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

RobertWilbrandt
Copy link
Collaborator

@RobertWilbrandt RobertWilbrandt commented Jul 26, 2022

For now this only concerns the primary/secondary interface, but revisiting the RTDE handling might make sense later.

  • Correctly detect shut down connections using MSG_NOSIGNAL and EPIPE
  • Add reconnecting URStream<> abstraction to replace URProducer<> special handling
  • Use reconnecting URStream<> for script sending

Fixes #104

@RobertWilbrandt RobertWilbrandt marked this pull request as ready for review August 9, 2022 09:06
@fmauch
Copy link
Collaborator

fmauch commented Aug 3, 2023

@RobertWilbrandt this should be a draft, right?

@fmauch fmauch marked this pull request as draft November 9, 2023 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disconnected secondary interface socket leads to SIGPIPE
2 participants