[I] Stream导致普通RPC无法解析 (brpc)

2024-07-03 Thread via GitHub
howarle opened a new issue, #2677: URL: https://github.com/apache/brpc/issues/2677 **Describe the bug (描述bug)** 当同一个brpc::Server中同时存在Stream和普通 RPC,普通RPC将无法解析,报错为: ``` E20240703 08:42:11.077316 1409359 input_messenger.cpp:123] Fail to parse response from 127.0.0.1:12306 by streaming_

[PR] fix bug: switch between stream_rpc and baidu_std (brpc)

2024-07-03 Thread via GitHub
howarle opened a new pull request, #2678: URL: https://github.com/apache/brpc/pull/2678 ### What problem does this PR solve? Issue Number: https://github.com/apache/brpc/issues/2677 Problem Summary: under `baidu_std`, server can not parse message when normal PRC and stream RPC

[I] variable.cpp error: ‘StringFlagDestructor’ does not name a type (brpc)

2024-07-03 Thread via GitHub
skyflower opened a new issue, #2679: URL: https://github.com/apache/brpc/issues/2679 compiler step: 1. make build 2. cd build 3. cmake ../ -DWITH_GLOG=ON ![image](https://github.com/apache/brpc/assets/5895849/a8d8befb-9e5a-4b89-94cd-183b9d80ac02) -- This is an autom

Re: [PR] fix bug: switch between stream_rpc and baidu_std (brpc)

2024-07-03 Thread via GitHub
wwbmmm commented on PR #2678: URL: https://github.com/apache/brpc/pull/2678#issuecomment-2207975487 UT failed: ``` brpc_streaming_rpc_unittest.cpp:254: Failure Expected equality of these values: 0 brpc::StreamWrite(request_stream, out) Which is: 11 ``` -- T

Re: [I] 应用程序使用brpc静态库(libbrpc.a)之后安装失败(依赖libc.so.6(GLIBC_PRIVATE)(64bit) ,使用brpc动态库没这个问题) (brpc)

2024-07-03 Thread via GitHub
joke-lee commented on issue #2410: URL: https://github.com/apache/brpc/issues/2410#issuecomment-2208233520 this spec work ``` %define debug_package %{nil} %define _unpackaged_files_terminate_build 0 Name: braft Version: 1.1.2 Release: 1%{?dist} Summary: accesser Licens