You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a dict in the rpc params, the server returns {'jsonrpc': '2.0', 'id': 35342, 'error': {'code': -32602, 'message': 'Invalid method param(s).'}}.
I found this project that provides a python binding for simdjson: https://github.com/TkTech/pysimdjson
If it works as advertised, that means not much work (or even simplification) should be necessary to support the full JSON data model.
Describe the bug
When using a
dict
in the rpc params, the server returns{'jsonrpc': '2.0', 'id': 35342, 'error': {'code': -32602, 'message': 'Invalid method param(s).'}}
.Steps to reproduce
File
server.py
:File
client.py
:Expected behavior
Should serialize/deserialize the dict from/to JSON.
UCall version
0.5.4
Operating System
Ubuntu 20.04
Hardware architecture
x86
Which interface are you using?
Official Python bindings
Which implementation are you using?
POSIX
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: