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

fix(arch): Remove assertion with invalid assumption #6488

Merged
merged 1 commit into from
May 23, 2024

Conversation

sgoll
Copy link
Contributor

@sgoll sgoll commented May 20, 2024

Description

This removes an assertion that is based on an assumption that does not hold true in certain concurrent uses of the async client on Posix platforms. See #6455 for a more detailed description.

Fixes #6455

@jpfr jpfr changed the base branch from master to 1.4 May 23, 2024 07:56
@jpfr
Copy link
Member

jpfr commented May 23, 2024

Nice. I changed the target branch to 1.4.
Please rebase and use fix(arch) in the commit message.

@sgoll sgoll changed the title fix(posix): Remove assertion with invalid assumption fix(arch): Remove assertion with invalid assumption May 23, 2024
@sgoll
Copy link
Contributor Author

sgoll commented May 23, 2024

Nice. I changed the target branch to 1.4. Please rebase and use fix(arch) in the commit message.

Done and done 🙂

Is the underlying assumption correct that we don't need to take the lock here? I haven't noticed any unexpected behavior with this change in place but I wasn't sure.

@jpfr jpfr merged commit ab1e309 into open62541:1.4 May 23, 2024
31 of 36 checks passed
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.

Failed mutex assertion with TCP_sendWithConnection() in 1.4
2 participants