Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Socket: discourage concurrent sends and concurrent receives #9216

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

antonfirsov
Copy link
Member

@ghost
Copy link

ghost commented Aug 25, 2023

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Summary

Fixes dotnet/runtime#44422
Fixes dotnet/runtime#26843

Author: antonfirsov
Assignees: antonfirsov
Labels:

area-System.Net.Sockets

Milestone: -

@antonfirsov antonfirsov assigned wfurt and unassigned wfurt Aug 25, 2023
@antonfirsov antonfirsov requested a review from wfurt August 25, 2023 13:33
@learn-build-service-prod
Copy link

Learn Build status updates of commit 8997112:

✅ Validation status: passed

File Status Preview URL Details
xml/System.Net.Sockets/Socket.xml ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

@antonfirsov antonfirsov merged commit d642542 into main Aug 25, 2023
@antonfirsov antonfirsov deleted the socket-threadsafety-01 branch August 25, 2023 16:16
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Socket.Send not thread-safe on Linux Are synchronous Sockets thread-safe?
3 participants