Skip to content

Commit ed56b6e

Browse files
authored
Add explicit MUST NOT for notification response
According to JSON RPC spec the server MUST NOT send a response: https://www.jsonrpc.org/specification#notification
1 parent bb1446f commit ed56b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/specification/draft/basic/messages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Responses are sent in reply to requests.
5555

5656
## Notifications
5757

58-
Notifications are sent from the client to the server or vice versa. They do not expect a
59-
response.
58+
Notifications are sent from the client to the server or vice versa. The receiver **MUST NOT**
59+
send a response.
6060

6161
```typescript
6262
{

0 commit comments

Comments
 (0)