permitio / fastapi_websocket_rpc

⚡ FASTAPI Websocket RPC- A fast and durable bidirectional JSON RPC channel over Websockets.
https://permit.io
MIT License
216 stars 25 forks source link

Not compliant to json-rpc specification. #21

Closed mjmdavis closed 1 year ago

mjmdavis commented 1 year ago

Am I correct in assuming that this library is not compliant to the published specifications?

I was thrown when I tried to consume the JSON-RPC endpoint from a different client.

orweis commented 1 year ago

Yeah, this has nothing to do with that unofficial RFC working group spec. It's somewhat similar (as great minds think alike, I guess) - but the protocol here doesn't adhere to that spec.