Skip to content

Conversation

@eiriktsarpalis
Copy link
Member

Fix #109294.

@ghost
Copy link

ghost commented Nov 14, 2024

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

1 similar comment
@ghost
Copy link

ghost commented Nov 14, 2024

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@eiriktsarpalis eiriktsarpalis merged commit b5750e6 into dotnet:main Nov 20, 2024
83 checks passed
@eiriktsarpalis eiriktsarpalis deleted the add-sse-writer branch November 20, 2024 09:57
mikelle-rogers pushed a commit to mikelle-rogers/runtime that referenced this pull request Dec 10, 2024
* Add SseFormatter.

* Update src/libraries/System.Net.ServerSentEvents/src/Resources/Strings.resx

Co-authored-by: Stephen Toub <stoub@microsoft.com>

* Document SseItem exceptions.

* Misc improvements and fixes.

* Reinstate ordering of parameters in serialization callback.

* Add SseItem<T>.ReconnectionInterval.

* Address feedback.

* Add parser validation for too small or too large retry intervals.

* Update src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseFormatter.cs

Co-authored-by: Stephen Toub <stoub@microsoft.com>

* Handle CR line breaks.

* Simplify PooledByteBufferWriter.

---------

Co-authored-by: Stephen Toub <stoub@microsoft.com>
@github-actions github-actions bot locked and limited conversation to collaborators Dec 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[API Proposal]: Add formatting support to System.Net.ServerSentEvents

5 participants