-
Notifications
You must be signed in to change notification settings - Fork 25.2k
WN: WebSocket Keep-Alive Timeout: Edit & code moved to project #33460
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
Conversation
I added the include under "Miscellaneous". If you would rather it be in its own new section for WebSockets or something similar, I'll do that instead. I felt like I should add a definition for "pong frame" but then figured we might expect the target audience to be aware already of ping vs pong. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM aside from one question.
aspnetcore/release-notes/aspnetcore-9/includes/websockets-keep-alive-timeout.md
Outdated
Show resolved
Hide resolved
aspnetcore/release-notes/aspnetcore-9/samples/WebSocketsKeepAliveTimeoutExample/Program.cs
Outdated
Show resolved
Hide resolved
Added all suggestions. |
Fixes #33462
Edit from original provided in discussion from Brennan for issue: #33442
Moved inline code samples to a project, using a bare bones of our original WebSockets sample already available.
The changes to aspnetcore/release-notes/aspnetcore-9.0.md are just so we can see what the include looks like in a build.
That will be removed before merge. We will add all the includes to the main document closer to publishing.
Internal previews