[grpc-io] Re: channel_ready_future blocks and doesn't honour the timeout specified

2024-11-17 Thread 'Sourabh Singh' via grpc.io
Hi Bijendra Singh, Can you provide more details of your issue. - Which OS you're on - grpcio version - share a sample client and server script to repro the issue Thanks On Monday, November 11, 2024 at 10:11:30 PM UTC+5:30 Bijendra Singh wrote: > Hi Team- My below grpc channel creation blocks f

[grpc-io] gRPC C++ multiple services with different API models

2024-11-17 Thread Alex Drastico
Hi, Is it possible to have multiple services in a single gRPC server using both synchronous and callback API at the same time (e.g. one implementing the Service interface and another one the CallbackService interface)? -- You received this message because you are subscribed to the Google Groups