We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a47e8 commit 716039aCopy full SHA for 716039a
1 file changed
packages/server/src/server/backchannelCompat.ts
@@ -34,7 +34,7 @@ export class BackchannelCompat {
34
* `writeSSE` returns `false` when the underlying stream is closed; the returned promise then
35
* rejects immediately with `SendFailed` instead of waiting for the timeout.
36
*
37
- * Backchannel writes are not persisted to the {@linkcode EventStore}, so a client that
+ * Backchannel writes are not persisted to the configured event store, so a client that
38
* disconnects mid-elicitation and resumes via `Last-Event-ID` will not see the outbound
39
* request again; the awaiting handler will time out. This is a known limitation of the
40
* legacy backchannel path; SEP-2322 (`ContinuationCompat`) is the resumable alternative.
0 commit comments