grpc-c icon indicating copy to clipboard operation
grpc-c copied to clipboard

(grpc-c)high performance and stability grpc development framework of C language based on grpc core library

Results 3 grpc-c issues
Sort by recently updated
recently updated
newest added

流程: 1)client_1 发送服务端流式调用请求; 2)server 端接收流式请求,并开启线程发送流数据; 3)client_1 接收流数据; 4)client_2 发送单次请求,服务端未进行响应; 问题: 目前还没有定位到是不是我的程序错误,所以先问一下目前的grpc-c版本是否支持并发请求? 有时间帮忙解答一下,多谢!

if grpc_c_init(); grpc_c_client_init and then call grpc_c_client_stop, the process will coredump the stack is #0 0x00007f3365316337 in raise () from /lib64/libc.so.6 #1 0x00007f3365317a28 in abort () from /lib64/libc.so.6 #2 0x0000000000a66351...

the foo server is run. but ./foo_bin client run error .