smallnest / rpcx

Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱! build for cloud!
https://rpcx.io
Other
8.11k stars 1.17k forks source link

fix: jsonrpc server graceful shutdown #739

Closed maolonglong closed 2 years ago

maolonglong commented 2 years ago

一个修改是调用 startJSONRPC2 的时候已经 go 了一个 goroutine,所以去掉了 startJSONRPC2 里多余的 go

另一部分修改是添加了 JSONRPC 服务的 graceful shutdown