Skip to content
This repository was archived by the owner on May 3, 2019. It is now read-only.
This repository was archived by the owner on May 3, 2019. It is now read-only.

Rethink using websockets for everything in grpc-web #12

@graup

Description

@graup

Currently this uses websockets for all grpc-web connections because this way we can support streams. However, it may not make sense to use this transport for normal unary requests. Investigate if we should change it to xhr/fetch and how that can be done on a per-method basis.

c.f. https://github.com/aergoio/herajs/blob/master/src/providers/grpc-web.js#L23

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions