We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfd55a commit 45c06cfCopy full SHA for 45c06cf
documentation/docs/server-sent-events.md
@@ -147,7 +147,7 @@ namespace Sample {
147
[Route("GET", "/sse")]
148
public object SSE() {
149
// elevate the current session as a SSE Sessions
150
- Session.AddSSESession();
+ AddSSESession();
151
// return SSE stream response to client
152
return MakeServerSentEventsResponse();
153
}
@@ -226,7 +226,7 @@ namespace Sample {
226
227
228
229
230
231
232
0 commit comments