Go RPC framework with high-performance and strong-extensibility for building micro-services.
Stars
7.9k
Forks
897
Watchers
7.9k
Open Issues
56
Overall repository health assessment
No package.json found
This might not be a Node.js project
187
commits
132
commits
98
commits
89
commits
87
commits
80
commits
75
commits
69
commits
65
commits
56
commits
fix(codec): frugalAvailable for void func result structs (#1938)
ec160c8View on GitHubchore(codec): log data type before errDecodeMismatchMsgType (#1937)
53dbd0cView on GitHubfix(timeout): close ticker in rpctimeout pool to prevent resource leak (#1931)
571bbeeView on GitHubfix(streaming): server-side old Stream wrapped in server MW should not be discarded (#1929)
147c2acView on GitHubfeat(generic): support specifying IDL Service Name per call for Binary Generic (#1928)
6b48778View on GitHubfix(generic): panic when generic writing different elem types of container (#1926)
6ca8782View on GitHubfix(ttstream): add server-side information in ttstream errBizHandlerReturnCancel exception (#1921)
de2ebd0View on GitHubfeat: gRPC supports reusing write buffer for each connection (#1918)
d83a475View on GitHuboptimize: remove ttstream connection write goroutine to avoid Sender OOM (#1917)
850f33dView on GitHub