Closed Xynnn007 closed 1 month ago
@wllenyj sry please wait a moment. Let me test locally if sync version works fine with this.
@wllenyj Add the line of sync version create_xxx_server
Hi @wllenyj @Tim-Zhang What should I do else to move this forward?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 24.74%. Comparing base (
a9198f2
) to head (444a490
). Report is 17 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This commit changes the generated ttrpc server from Arc<Box> to Arc. This helps the type conversion and also avoids extra runtime cost caused by double pointer.
Fixes #234