Skip to content

The ID is not required and shouldn't fail if not passed - #31

Merged
willitscale merged 1 commit into
mainfrom
fix/json-rpc-id-not-needed
Aug 11, 2025
Merged

The ID is not required and shouldn't fail if not passed#31
willitscale merged 1 commit into
mainfrom
fix/json-rpc-id-not-needed

Conversation

@willitscale

Copy link
Copy Markdown
Owner

As per https://www.jsonrpc.org/specification#request_object:

id
An identifier established by the Client that MUST contain a String, Number, or NULL value if included. If it is not included it is assumed to be a notification. The value SHOULD normally not be Null [[1]](https://www.jsonrpc.org/specification#id1) and Numbers SHOULD NOT contain fractional parts [[2]](https://www.jsonrpc.org/specification#id2)

@willitscale
willitscale merged commit 55c4131 into main Aug 11, 2025
1 check passed
@willitscale
willitscale deleted the fix/json-rpc-id-not-needed branch August 29, 2025 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant