Greetings all ! I'm developing an open source project with gRPC (an others)
I wish to use asynchronous class between client and server, and I want to know the best way to do it. Even I've been searching, I've not found good answers; so here I'm asking to experienced people. It is better to make the client asynchronous with streaming on the client / server reponse or directly using Server.ServerFututreStub.method and ListenableFuture ? I rather prefer the second ona as my server emits only one response to the client y the gRPC calls, and can male it wait a while. 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 grpc-io+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/1c640fe7-fbd5-42c3-8506-7ba6da5726a5n%40googlegroups.com.