[grpc-io] Re: [C#] Requirement of valid response object when status in non-OK in unary server call

2018-05-15 Thread Joseph Vaughan
Throwing the exception is the solution I'm using currently, however I was previously advised that I can avoid that by setting the status and returning: https://groups.google.com/forum/#!topic/grpc-io/OXKLky8p9f8 Thank you for your tests, it's odd that the status is overwritten with

Re: [grpc-io] [grpc c++] Stream buffer writting policy

2018-05-15 Thread David Audrain
Please find a debug.log generated by GRPC C++ 1.7.1 Wifi connection has been turned off between I0515 16:06:35 and 16:07:40. GRPC_ARG_HTTP2_WRITE_BUFFER_SIZE is set to 64 On Tuesday, May 15, 2018 at 11:38:03 AM UTC-4, Noah Eisen wrote: > > I am not familiar with how a Mac handles network change

Re: [grpc-io] [grpc c++] Stream buffer writting policy

2018-05-15 Thread 'Noah Eisen' via grpc.io
I am not familiar with how a Mac handles network change like that. Can you re run this case with more verbose tracing turned on? export GRPC_TRACE=call_error,http,api export GRPC_VERBOSITY=debug If the client isn't seeing any strangeness when it gets to sending the bytes, then there is nothing

Re: [grpc-io] [grpc c++] Stream buffer writting policy

2018-05-15 Thread David Audrain
v1.7.1 I am in the process of using v1.11.1 On Tuesday, May 15, 2018 at 5:18:07 PM UTC-4, Noah Eisen wrote: > > These log statements are quite old... what version of gRPC are you using? > > On Tue, May 15, 2018 at 1:20 PM David Audrain > wrote: > >> Please find a

Re: [grpc-io] [grpc c++] Stream buffer writting policy

2018-05-15 Thread 'Noah Eisen' via grpc.io
Ok, let me know if things change with 1.11. But as I said, if gRPC client does not notice anything wrong with the TCP connection, it has no way to report failures. The server would be responsible for noticing the missing data and closing the stream accordingly On Tue, May 15, 2018 at 3:28 PM

[grpc-io] Re: Per connection completion queue

2018-05-15 Thread 'Christopher Warrington - MSFT' via grpc.io
On Monday, May 14, 2018 at 8:51:29 AM UTC-7, jojy.v...@gmail.com wrote: > Had a question: How can we multipllex connections over handful of CQs? > Dont all the individual client (represented by its unique *tag*) have to > poll on the CQs in its own thread? Which means we need N number of threads >

[grpc-io] gRPC Java v1.12.0 released

2018-05-15 Thread spencerfang via grpc.io
This is a notice of the release that went out last week: https://github.com/grpc/grpc-java/releases/tag/v1.12.0 Apologies for the late announcement. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving

Re: [grpc-io] [grpc c++] Stream buffer writting policy

2018-05-15 Thread 'Noah Eisen' via grpc.io
These log statements are quite old... what version of gRPC are you using? On Tue, May 15, 2018 at 1:20 PM David Audrain wrote: > Please find a debug.log generated by GRPC C++ 1.7.1 > > Wifi connection has been turned off between I0515 16:06:35 and 16:07:40. > >