Hi Eric, I have server that expose bidirectional method and i need to generate client that will send messages of max 5MB every 1-2 seconds.
Currently i'm creating client, and saving the instance as a member in my class and then for each message i'm calling rpc bidi method. I wonder if i need to call the rpc bidi method once in start (process startup) and then save the full duplex instance as class member and when message arrive just to call to the "write" method and when process go down call "end". 1. what is the best practice in my case? performance issue 2. the connection to server start once when client created both cases? (just to be sure) ** i'm using javascript client Thanks! -- 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/CAFaSE%3DCX%2BjgOo%2BA6QrrQ%2BP5WeLG9jgitM3Es6PmapnvinOCyLQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
