SkyAPM / cpp2sky

Distributed tracing and monitor SDK in CPP for Apache SkyWalking APM
https://skywalking.apache.org
Apache License 2.0
58 stars 18 forks source link

refactor the grpc client to fix #116 #132

Closed wbpcode closed 2 months ago

wbpcode commented 2 months ago

This is a huge refactoring to the grpc client. It simplified the implementation code and fixed #116.

Although I still cannot 100% ensure it's ready for production usage but at least it's better than previous one and easy to maintain (code is simplified)

wu-sheng commented 2 months ago

CI needs to fix.