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

ensure correct udp socket concurrent handling by mutex #1289

Merged
merged 1 commit into from Jan 12, 2024

Conversation

rex-schilasky
Copy link
Contributor

@rex-schilasky rex-schilasky commented Jan 8, 2024

Description

Sporadic crashing of UDP layer shutdown (triggered by eCAL::Finalize ) by resetting the socket while still handling receives. Socket needs to be protected by mutex.

@rex-schilasky rex-schilasky merged commit 771280e into support/v5.12 Jan 12, 2024
9 checks passed
@rex-schilasky rex-schilasky deleted the udp-fix-5-12-support branch January 12, 2024 12:29
rex-schilasky added a commit that referenced this pull request Jan 18, 2024
* ensure correct udp socket concurrent handling by mutex (#1289)
* Doc: Downgraded sphinx related packages in requirements.txt (#1302) (#1309)
* The most recent release of various sphinx related packages need Sphinx 5 or up, but our old sphinx-book-theme 0.3.3 requires Sphinx 4
For a proper solution see #1303
---------
Co-authored-by: KerstinKeller <KerstinKeller@users.noreply.github.com>
Co-authored-by: Florian Reimold <11774314+FlorianReimold@users.noreply.github.com>
KerstinKeller added a commit that referenced this pull request Feb 5, 2024
FlorianReimold added a commit that referenced this pull request Feb 6, 2024
FlorianReimold added a commit that referenced this pull request Feb 7, 2024
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