This repository was archived by the owner on Dec 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 255
jsonrpc conformance #62
Comments
According to the spec, looks like you are right:
Since the server has to send the exact same id back to the client, the server should be able to send a string back for a string id, and a number back for a number id. |
Agreed, I don't think mixing is an important feature. I think they should just be treated as opaque tokens. |
Did #79 close this? |
I'm pretty sure this is fixed now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was starting to put together a jsonrpc and language server plugin for GNOME Builder and discovered that
ls_service.rs
seems to require the "id" field be an integer. According to what I've read so far on JSONRPC (which is very little) I believe it should also allowstring
message identifiers.The text was updated successfully, but these errors were encountered: