We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3bea6 commit 9eaf3d2Copy full SHA for 9eaf3d2
1 file changed
docs/specification/draft/basic/lifecycle.mdx
@@ -28,9 +28,8 @@ Specifically:
28
- State that needs to span multiple requests (e.g., long-running tasks,
29
application-level handles) **MUST** be referenced by an explicit identifier
30
the client passes on each request.
31
-- The stdio process **SHOULD** have approximately the same lifetime as the host
32
- application instance that launched it. Clients **SHOULD** attempt to restart
33
- the stdio process if the server terminates unexpectedly.
+- Clients **SHOULD** attempt to restart the stdio process if the server
+ terminates unexpectedly.
34
35
Long-lived requests like
36
[`subscriptions/listen`](/specification/draft/basic/utilities/subscriptions)
0 commit comments