Skip to content

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

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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