Bluehouse-Technology / grpc

Erlang library for GRPC
Apache License 2.0
100 stars 38 forks source link

Access bidirectional stream from outside #14

Open aleklisi opened 4 years ago

aleklisi commented 4 years ago

I have 2 connections and in each connection bidirectional streams and when the client from the first connection sends something to sever I want to forward it to client from the second connection. How to access the other connection if I eg know both processes PIDs form ets table?