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

Follow-up to #385 #386

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Conversation

lukebakken
Copy link
Contributor

There is still a slim chance that the code in #385 will throw InvalidOperationException, since the check and call to SetException is not atomic.

ManualResetValueTaskSource does not have TrySetException like TaskCompletionSource.

There is still a slim chance that the code in #385 will throw
`InvalidOperationException`, since the check and call to `SetException`
is not atomic.

`ManualResetValueTaskSource` does not have `TrySetException` like
`TaskCompletionSource`.
@lukebakken lukebakken self-assigned this Jun 10, 2024
@lukebakken lukebakken modified the milestones: 1.8.7, 1.8.8 Jun 10, 2024
@lukebakken lukebakken marked this pull request as ready for review June 10, 2024 12:51
@lukebakken lukebakken merged commit 298d510 into main Jun 10, 2024
2 checks passed
@lukebakken lukebakken deleted the rabbitmq-stream-dotnet-client-385-followup branch June 10, 2024 13:19
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.

2 participants