Skip to content

Commit 716039a

Browse files
docs(backchannelCompat): drop link to non-public EventStore type
1 parent 15a47e8 commit 716039a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/server/src/server/backchannelCompat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class BackchannelCompat {
3434
* `writeSSE` returns `false` when the underlying stream is closed; the returned promise then
3535
* rejects immediately with `SendFailed` instead of waiting for the timeout.
3636
*
37-
* Backchannel writes are not persisted to the {@linkcode EventStore}, so a client that
37+
* Backchannel writes are not persisted to the configured event store, so a client that
3838
* disconnects mid-elicitation and resumes via `Last-Event-ID` will not see the outbound
3939
* request again; the awaiting handler will time out. This is a known limitation of the
4040
* legacy backchannel path; SEP-2322 (`ContinuationCompat`) is the resumable alternative.

0 commit comments

Comments
 (0)