[grpc-io] Progress indicator for a grpc C++ async or callback service?

2022-03-24 Thread Iro Karyoti
Can a grpc C++ client request for a pause/resume of an async or callback service? -- 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.co

[grpc-io] Common backend for both desktop and cloud app

2024-10-21 Thread Iro Karyoti
I would like to develop a common backend for both a desktop and a cloud front. Could I choose grpc for that? Would grpc inprocess channel communication work smoothly for this, allowing direct memory access with no additional cost? Is there any example published or does anyone know about any kno