Commit b5a47b5
Add SSE to request backpressure section
SSE POST to /message returns 202 immediately, so handlers have no
HTTP-level backpressure — same fire-and-forget dispatch pattern as
all other modes. The GET stream provides handler cancellation on
disconnect (cleanup) but not concurrency limiting. Note the SignalR
parallel: both have connection-bound session lifetime, but SignalR
also has MaximumParallelInvocationsPerClient (default: 1).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 22b4dc1 commit b5a47b5
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
489 | 497 | | |
490 | 498 | | |
491 | 499 | | |
| |||
523 | 531 | | |
524 | 532 | | |
525 | 533 | | |
| 534 | + | |
526 | 535 | | |
527 | 536 | | |
528 | 537 | | |
| |||
0 commit comments