sogou / srpc

RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.
Apache License 2.0
1.93k stars 382 forks source link

RPCModule : update codes #367

Closed holmes1412 closed 5 months ago

holmes1412 commented 5 months ago

So far, all filters server_end()/client_end() return true. It is more accurate to call create_filter_task() only after getting the return value to be true.