Skip to content

Use Msgpack encoded Bytes instead of JSON to transfer data  #78

@Niraj-Kamdar

Description

@Niraj-Kamdar

If RPC call give bytes as response, it may not be JSON serializable in some languages.
So, we should use msgpack instead of JSON.

Current schema

request(method: String!, params: JSON, connection: Connection): JSON!

Proposed Schema

request(method: String!, params: Bytes!, connection: Connection): Bytes!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions