четверг, 1 ноября 2018 г., 16:02:25 UTC+5 пользователь Ivan Penchev написал: > > The only way to do this is, for the client first to contact the server. > > Then on the server you get an IServerStreamWriter<T>, which gives you an > option to steam to the client . > > The reason you can do it the other way is, that the server must know all > the IP addresses to connect to :) > > > It is ok, if client should connect to server before any requests from server. But if i understand correctly, IServerStreamWriter<T> is one-direction streaming from server to client. But how to organize rpc requests (request-response model) from server to client, if we already have established connection from client
-- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/f76852bf-4768-4a75-8bfd-8c174b8626db%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
