issues
search
baidu
/
sofa-pbrpc
A light-weight RPC implement of google protobuf RPC framework.
Other
2.13k
stars
655
forks
source link
fix keep_alive_time problem & make ConnectionCount real-time value
#62
Closed
qinzuoyan
closed
8 years ago
qinzuoyan
commented
8 years ago
fix keep_alive_time problem: do not close stream if there are pending processes. implements issue #60
make ConnectionCount real-time value: not update live_connection by TimerMaitain, but get the real-time value. implements #61