Skip to content

Improve streamed rpc calls #90

@windmemory

Description

@windmemory

Currently the definition of streamed rpc calls having two problems:

  • MessageSendFile might transfer large data volume to server, so this function also needs to be converted to use stream
  • Converting the original filebox string to data bytes in the stream calls requires one more property: name, which means we need to add a name property to stream data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestprotoProtocol Buffer

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions