tinyrpc icon indicating copy to clipboard operation
tinyrpc copied to clipboard

c++ async rpc framework. 14w+qps.

Results 24 tinyrpc issues
Sort by recently updated
recently updated
newest added

文中的版本是2,但代码好像没有指定,然后找不到文件编译失败?

google/protobuf是多少版本?只能是3.0.19吗

这两个文件是否需要更新一下与quick_rpc_test.md保持一致😀 在test_rpc_server1.cc文件中会休眠6s ```c++ DebugLog

```c++ void TcpBuffer::recycleWrite(int index) { int j = m_write_index + index; //TODO: here get a bug if (j >= (int)m_buffer.size()) { ErrorLog = 128而导致返回,引发后续错误

When I compile the project, the error message is **In file included from tinyrpc/comm/log.cc:16: tinyrpc/comm/config.h:4:10: fatal error: tinyxml/tinyxml.h: No such file or directory** How should I solve it?

测试代码中没有找到继承并实现query_service_stub

想问下作者,在调用QueryServiceImpl::query_name这个服务的时候,当执行到instase初始化那一行代码的时候服务器就崩溃了。我本地自己起了一个mysql数据库,然后配置文件中的mysql相应配置部分内容也改了,并且我自己写了一个小demo来测试mysql的连接状况,也没出什么问题。所以想问问作者,这可能是什么原因导致的呢,疑惑好几天了....

问个无关问题,协议可以用json吗