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

Socket handles invalid in RtpsUdpTransport #4002

Merged
merged 3 commits into from Jan 27, 2023

Conversation

jrw972
Copy link
Contributor

@jrw972 jrw972 commented Jan 24, 2023

Problem

The changes from #3990 created a race where the socket handles are nulled out as part of the transfer to the data link before the remove_handler call.

Solution

Capture the inputs to register_handler and remove_handler in ReactorInterceptor Commands.

Problem
-------

The changes from OpenDDS#3990 created a race where the socket handles are
nulled out as part of the transfer to the data link before the
`remove_handler` call.

Solution
--------

Capture the inputs to `register_handler` and `remove_handler` in
ReactorInterceptor Commands.
@jrw972 jrw972 self-assigned this Jan 24, 2023
@mitza-oci mitza-oci merged commit e19ae89 into OpenDDS:master Jan 27, 2023
@jrw972 jrw972 deleted the opendds-752 branch January 31, 2023 15:59
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.

None yet

2 participants