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
{{ message }}
This repository was archived by the owner on May 3, 2019. It is now read-only.
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.
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