Hi:

I'm writing a rpc server/client very similar to the one on tutorial with 
server-side pool connection. There are multiple clients and they requsted 
at a defferent time.

However, if the server receive an additional request while already 
streaming to one client, these two requests always end simultaneously, and 
the total transmiting time is longer than doing it seperately. So you can 
imagine if I have 100 clients, the requests are never finished.

I'm not sure if it is a config problem or other, has anyone run into 
similar issues?


-- 
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/f42f9bc4-4c5a-47ef-a54d-420d869cd376%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to