I am not sure I understand the question correctly. Please provide more
information. What platform is this? What gRPC version are you running? Are
server and client different processes?

>From your description, it is not clear to me if something's wrong.

On Fri, Dec 2, 2016 at 8:51 AM, Юрий Скиндерский <y.skinder...@gmail.com>
wrote:

> Could anybody please help me with the question originally posted on
> stackoverflow <http://stackoverflow.com/q/40915513/318499>?
>
> I have a grpc service written in C# which has 2 calls like Start and Stop.
> When a client calls Start (this call takes much time) and then Stop server
> processes requests synchronously while grpc has started 4 threads.
>
> 2016-12-01 18:55:14,199,INFO,grpc 2 (cq 2),0 parsing.c:659: HTTP:17:HDR:
> SVR: :path: /Service/Start
> 2016-12-01 18:55:14,303 [grpc 2 (cq 2)] DEBUG [RPC:27] Start 2016-12-01 18
> :55:14,822,INFO,grpc 0 (cq 0),0 parsing.c:659: HTTP:19:HDR:SVR: :path: /
> Service/Stop 2016-12-01 18:55:33,661 [grpc 2 (cq 2)] DEBUG [RPC:27] Stop
>
> These log messages shows that request was received by grpc 0 but was
> processed by grpc 2 after Start has been finished.
>
> Could you please help me to understand if it functions as designed or
> maybe I have missed any additional settings?
>
> --
> 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 post to this group, send email to grpc-io@googlegroups.com.
> 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/08c46dca-eff6-4790-96aa-8dc5dc3fcd9c%40googlegroups.com
> <https://groups.google.com/d/msgid/grpc-io/08c46dca-eff6-4790-96aa-8dc5dc3fcd9c%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to grpc-io@googlegroups.com.
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/CACF4M0TAY1_Fzcr-42czg7x65G_VZs3GA35vvG1Sgon44E5qTg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to