Skip to content

WebSocket Feedback Follow-up - #107662

Merged
CarnaViire merged 9 commits into
dotnet:mainfrom
CarnaViire:ws-feedback
Sep 18, 2024
Merged

WebSocket Feedback Follow-up#107662
CarnaViire merged 9 commits into
dotnet:mainfrom
CarnaViire:ws-feedback

Conversation

@CarnaViire

Copy link
Copy Markdown
Member

Addressing remaining PR feedback from #105841

cc @MihaZupan @stephentoub

@CarnaViire
CarnaViire requested a review from a team September 10, 2024 23:04
@ghost ghost added the area-System.Net label Sep 10, 2024
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

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

Comment thread src/libraries/Common/src/System/Net/WebSockets/WebSocketValidate.cs
Comment thread src/libraries/System.Net.WebSockets/src/System/Net/WebSockets/ManagedWebSocket.cs Outdated
@CarnaViire

Copy link
Copy Markdown
Member Author

The only thing I didn't address was UnsafeOnCompleted because I feel like there's more things that are not quite right/expected with activities here, so quick investigation wasn't enough for me to find out what it is and whether it's just my own lack of knowledge. So I decided to address it separately. (cc @MihaZupan)

…WebSocketStateHelper.cs

Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
Comment thread src/libraries/System.Net.WebSockets/src/System/Net/WebSockets/ManagedWebSocket.cs Outdated
@CarnaViire

Copy link
Copy Markdown
Member Author

runtime-dev-innerloop hang is dotnet/dnceng#3879

@CarnaViire
CarnaViire merged commit b6b0fb1 into dotnet:main Sep 18, 2024
sirntar pushed a commit to sirntar/runtime that referenced this pull request Sep 30, 2024
* Fixes

* State validation update

* Roll back dispose changes, fix mutex logging

* Roll back observe changes

* Add internal flags enum for states

* Update src/libraries/System.Net.WebSockets/src/System/Net/WebSockets/WebSocketStateHelper.cs

Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>

* Feedback

---------

Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
@github-actions github-actions Bot locked and limited conversation to collaborators Oct 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

3 participants